comparison src/ChangeLog @ 3648:3e7493e76dc7

[xemacs-hg @ 2006-11-01 20:25:48 by adrian] fix for ffap crash on Windows (was: [Bug: 21.5-b27] [CRASH] (file-name-directory "1:")) -------------------- ChangeLog entries follow: -------------------- src/ChangeLog addition: 2006-11-01 Adrian Aichner <adrian@xemacs.org> * sysdep.c (wcslen): Check for NULL pointer. * sysdep.c (strlwr): Ditto. * nt.c (mswindows_getdcwd): Ditto (actual cause of reported crash). * intl-win32.c (wcscmp): Ditto. * intl-win32.c (wcslen): Ditto. * intl-win32.c (wcsncpy): Ditto. * intl-win32.c (wcscpy): Ditto. * intl-win32.c (wcsdup): Ditto. * fileio.c (Ffile_name_directory): Return Qnil when mswindows_getdcwd returns NULL working directory.
author adrian
date Wed, 01 Nov 2006 20:25:50 +0000
parents cb9e9a46686b
children 98af8a976fc3
comparison
equal deleted inserted replaced
3647:510e0d6cee7e 3648:3e7493e76dc7
1 2006-11-01 Adrian Aichner <adrian@xemacs.org>
2
3 * sysdep.c (wcslen): Check for NULL pointer.
4 * sysdep.c (strlwr): Ditto.
5 * nt.c (mswindows_getdcwd): Ditto (actual cause of reported
6 crash).
7 * intl-win32.c (wcscmp): Ditto.
8 * intl-win32.c (wcslen): Ditto.
9 * intl-win32.c (wcsncpy): Ditto.
10 * intl-win32.c (wcscpy): Ditto.
11 * intl-win32.c (wcsdup): Ditto.
12 * fileio.c (Ffile_name_directory): Return Qnil when
13 mswindows_getdcwd returns NULL working directory.
14
1 2006-10-30 Malcolm Purvis <malcolmp@xemacs.org> 15 2006-10-30 Malcolm Purvis <malcolmp@xemacs.org>
2 16
3 * device-x.c (x_init_device): Look in more directories when 17 * device-x.c (x_init_device): Look in more directories when
4 searching for the locale specific app-defaults files. 18 searching for the locale specific app-defaults files.
5 19
42826 42840
42827 * sysdll.c: sysdll.h needs to be included with double quotes not 42841 * sysdll.c: sysdll.h needs to be included with double quotes not
42828 angle brackets. 42842 angle brackets.
42829 Use RTLD_GLOBAL as an open flag if it exists. 42843 Use RTLD_GLOBAL as an open flag if it exists.
42830 42844
42831 1998-03-09 Martin Buchholz <Martin Buchholz <martin@xemacs.org>> 42845 1998-03-09 Martin Buchholz <martin@xemacs.org>
42832 42846
42833 * eldap.c (Fldap_search_internal): call garbage_collect_1 instead 42847 * eldap.c (Fldap_search_internal): call garbage_collect_1 instead
42834 of Fgarbage_collect. The two are identical except the latter 42848 of Fgarbage_collect. The two are identical except the latter
42835 generates some `fresh' garbage :) 42849 generates some `fresh' garbage :)
42836 42850
42993 * editfns.c (Ftemp_directory): New function. 43007 * editfns.c (Ftemp_directory): New function.
42994 From Glynn Clements <glynn@sensei.co.uk> 43008 From Glynn Clements <glynn@sensei.co.uk>
42995 43009
42996 * editfns.c (Ftemp_directory): Use build_ext_string. 43010 * editfns.c (Ftemp_directory): Use build_ext_string.
42997 43011
42998 1998-03-02 Martin Buchholz <Martin Buchholz <martin@xemacs.org>> 43012 1998-03-02 Martin Buchholz <martin@xemacs.org>
42999 43013
43000 * symsinit.h: add prototype for syms_of_dlopen 43014 * symsinit.h: add prototype for syms_of_dlopen
43001 43015
43002 1998-03-02 Kyle Jones <kyle_jones@wonderworks.com> 43016 1998-03-02 Kyle Jones <kyle_jones@wonderworks.com>
43003 43017
45518 1997-11-06 Hrvoje Niksic <hniksic@srce.hr> 45532 1997-11-06 Hrvoje Niksic <hniksic@srce.hr>
45519 45533
45520 * events.c (Fevent_modeline_position): Return nil if event is not 45534 * events.c (Fevent_modeline_position): Return nil if event is not
45521 over modeline, as the docstring says. 45535 over modeline, as the docstring says.
45522 45536
45523 1997-11-05 Martin Buchholz <Martin Buchholz <martin@xemacs.org>> 45537 1997-11-05 Martin Buchholz <martin@xemacs.org>
45524 45538
45525 * s/aix3-1.h: Remove ^L character wich confuses AIX make. 45539 * s/aix3-1.h: Remove ^L character wich confuses AIX make.
45526 45540
45527 1997-11-06 Tomasz Cholewo <tjchol01@mecca.spd.louisville.edu> 45541 1997-11-06 Tomasz Cholewo <tjchol01@mecca.spd.louisville.edu>
45528 45542