Wed, 06 Oct 2010 12:55:03 +0200 |
Juanma Barranquero |
nt/INSTALL: Add note about problematic characters passed to configure.
|
Fri, 01 Oct 2010 13:52:23 +0200 |
Eli Zaretskii |
nt/ChangeLog: Fix last entry.
|
Fri, 01 Oct 2010 13:45:16 +0200 |
Eli Zaretskii |
Support TAGS targets in the w32 build.
|
Fri, 01 Oct 2010 10:16:39 +0200 |
Eli Zaretskii |
Fix bug #7102.
|
Wed, 29 Sep 2010 15:58:11 +0200 |
Eli Zaretskii |
nt/configure.bat: Fix condition for copying paths.h into ../src/epaths.h.
|
Tue, 28 Sep 2010 02:55:08 +0200 |
Juanma Barranquero |
nt/*.c: Use const char*; remove unused code.
|
Thu, 23 Sep 2010 01:14:00 +0200 |
Juanma Barranquero |
Fix bug#6820: Don't accept backslashes or quotes on compiler options.
|
Thu, 19 Aug 2010 18:38:41 +0200 |
Juanma Barranquero |
nt/addpm.c (add_registry): Create App Paths of type REG_EXPAND_SZ.
|
Thu, 12 Aug 2010 22:28:43 +0800 |
Jason Rumney |
(add_registry): Set path for runemacs.exe to use.
|
Sun, 08 Aug 2010 17:12:29 -0400 |
Chong Yidong |
Merge changes from emacs-23 branch
|
Mon, 02 Aug 2010 21:35:28 +0200 |
Juanma Barranquero |
nt/cmdproxy.c (main): Use _snprintf instead of wsprintf (bug#6647).
|
Tue, 03 Aug 2010 01:20:48 +0200 |
Juanma Barranquero |
nt/config.nt (TIME_WITH_SYS_TIME): Remove #undef, unused (bug#6754).
|
Wed, 28 Jul 2010 20:25:08 -0700 |
Dan Nicolaescu |
Clean up unexec.c, remove references to unused code.
|
Sun, 25 Jul 2010 05:53:37 +0200 |
Juanma Barranquero |
Build binary distros on Windows using emacs-VERSION as root dir name.
|
Sat, 24 Jul 2010 21:07:15 -0600 |
Christoph Scholtes |
Added README.W32 to distclean. Updated Changelog.
|
Sat, 24 Jul 2010 16:10:01 -0600 |
Christoph Scholtes |
Added ChangeLog entry for copying of README.W32.
|
Sat, 24 Jul 2010 16:04:10 -0600 |
Christoph Scholtes |
Code cleanup. Added ChangeLog entry.
|
Sun, 25 Jul 2010 02:20:51 +0200 |
Juanma Barranquero |
Make building under stricter warning flags somewhat cleaner.
|
Sat, 24 Jul 2010 15:35:31 +0200 |
Juanma Barranquero |
New make target for Windows platform: make dist (bug#6602)
|
Wed, 21 Jul 2010 11:37:35 +0200 |
Juanma Barranquero |
* nt/INSTALL: Add note about backslashes in Windows paths.
|
Tue, 20 Jul 2010 22:21:03 +0200 |
Juanma Barranquero |
Convert some more functions to standard C.
|
Tue, 20 Jul 2010 20:01:17 +0200 |
Juanma Barranquero |
* gmake.defs (CHECKING_CFLAGS) [ENABLECHECKS]: Add -fno-crossjumping.
|
Sun, 18 Jul 2010 11:41:48 +0200 |
Juanma Barranquero |
* configure.bat: New option --enable-checking.
|
Mon, 12 Jul 2010 11:16:54 -0700 |
Dan Nicolaescu |
* nt/config.nt (volatile): Remove definition.
|
Thu, 08 Jul 2010 00:18:28 +0200 |
Andreas Schwab |
Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
|
Fri, 02 Jul 2010 16:46:22 +0200 |
Juanma Barranquero |
* config.nt (__P): Remove.
|
Sun, 06 Jun 2010 01:57:39 -0700 |
Dan Nicolaescu |
Remove BSTRING related code, all platforms define it.
|
Wed, 02 Jun 2010 22:29:02 -0700 |
Glenn Morris |
NOT_C_CODE is always true now.
|
Wed, 12 May 2010 20:18:04 -0700 |
Glenn Morris |
Remove some unused #define's, previously replaced by variables.
|
Tue, 11 May 2010 04:04:13 +0200 |
Juanma Barranquero |
Fix typos and whitespace in ChangeLogs.
|