*** empty log message ***

This commit is contained in:
Jason Rumney 2006-12-29 16:48:21 +00:00
parent 53b9fd7735
commit 2db771b7af
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2006-12-29 Jason Rumney <jasonr@gnu.org>
* nmake.defs (TEMACS_EXTRA_LINK): Remove duplicated flags from
DEBUG_LINK.
(DEBUG_LINK): Remove -debugtype:both
2006-12-27 Eli Zaretskii <eliz@gnu.org>
* INSTALL: Update table of supported Make ports. Show "make -j"

View file

@ -1,6 +1,7 @@
2006-12-29 Jason Rumney <jasonr@gnu.org>
* s/ms-w32.h (tzname): Do not define in msvc8.
(umask): Do not define in msvc8.
* regex.c (regerror): Change parameter name err_code.