aboutsummaryrefslogtreecommitdiffstats
path: root/nt
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Jason Rumney2002-05-031-0/+5
|
* (F_SETFL, O_NDELAY): Define.Jason Rumney2002-05-031-2/+10
| | | | (sys_getpeername, fcntl): Declare as wrappers.
* (bootstrap-nmake, bootstrap-gmake): Make DOC after compiling .el files.Juanma Barranquero2002-04-112-2/+10
|
* *** empty log message ***Jason Rumney2002-03-201-0/+5
|
* (sys_setsockopt, sys_listen, sys_getsockname)Jason Rumney2002-03-201-0/+14
| | | | (sys_accept, sys_recvfrom, sys_sendto): Declare as wrappers.
* *** empty log message ***Kim F. Storm2002-03-191-0/+7
|
* (HAVE_SENDTO, HAVE_RECVFROM, HAVE_GETSOCKOPT)Kim F. Storm2002-03-191-0/+9
| | | | | | (HAVE_SETSOCKOPT, HAVE_GETSOCKNAME, HAVE_GETPEERNAME): Define. (HAVE_SYS_UN_H): Undef. From David Ponce <[email protected]>.
* *** empty log message ***Jason Rumney2002-03-131-0/+4
|
* Add STRFTIME_NO_POSIX2.Jason Rumney2002-03-131-0/+2
|
* *** empty log message ***Jason Rumney2002-02-181-0/+5
|
* * emacs.rc: Define VS_VERSION_INFO if not already.Jason Rumney2002-02-181-6/+10
| | | | Update version info.
* Document problems with 4NT.Eli Zaretskii2002-01-221-0/+4
|
* (CFLAGS): Define _WIN32_WINNT as 0x0400, in order toAndrew Innes2002-01-043-2/+10
| | | | pick up relevant bits of the Windows API definitions.
* (bootstrap): Build addsection program beforeAndrew Innes2001-12-142-1/+6
| | | | bootstrap (required for post-processing temacs.exe).
* *** empty log message ***Andrew Innes2001-12-141-0/+7
|
* *** empty log message ***Pavel Janík2001-12-081-0/+4
|
* New file.Pavel Janík2001-12-081-0/+340
|
* (bootstrap-nmake):Andrew Innes2001-12-031-220/+236
| | | | | | (bootstrap-gmake): Extend bootstrap process to first do bootstrap-clean in lisp dir and rebuild the DOC file. (bootstrap): Do a "normal" make after the bootstrap work.
* Update table of versions of make that are suitableJason Rumney2001-11-202-7/+22
| | | | for building Emacs, based on recent feedback.
* Remove.Jason Rumney2001-11-204-90/+0
|
* Don't include libc.lib for profiling - the profilerAndrew Innes2001-11-192-3/+10
| | | | corrupts part of memcpy.
* New file.Andrew Innes2001-11-191-0/+23
|
* (SYS_LDFLAGS): Add setargv.obj for wildcardJason Rumney2001-11-171-1/+1
| | | | expansion. From Juanma Barranquero <[email protected]>.
* *** empty log message ***Jason Rumney2001-11-171-0/+5
|
* ignore *-spd and *.pdb for w32Sam Steingold2001-10-261-0/+2
|
* *** empty log message ***Gerd Moellmann2001-10-211-1/+1
|
* *** empty log message ***Gerd Moellmann2001-10-211-0/+4
|
* *** empty log message ***Andrew Innes2001-10-121-0/+4
|
* (uid_t, gid_t): New typedefs.Andrew Innes2001-10-121-0/+3
|
* *** empty log message ***Gerd Moellmann2001-10-101-0/+4
|
* *** empty log message ***Gerd Moellmann2001-10-061-0/+5
|
* Update as per suggestions by Shayne Steele <[email protected]>.Eli Zaretskii2001-09-261-4/+8
|
* Update the address of the mailing list and subscription instructions.Eli Zaretskii2001-09-082-13/+18
|
* *** empty log message ***Eli Zaretskii2001-09-061-1/+3
|
* *** empty log message ***Eli Zaretskii2001-09-061-0/+4
|
* Suggest not to use WinZip.Eli Zaretskii2001-09-061-0/+7
|
* Make sure ../site-lisp exists; create if necessary.Eli Zaretskii2001-09-061-0/+2
|
* *** empty log message ***Eli Zaretskii2001-09-051-0/+4
|
* Mention that "make install" can be "nmake install".Eli Zaretskii2001-09-051-1/+5
|
* ($(INSTALL_DIR)/bin): Depend on $(INSTALL_DIR),Eli Zaretskii2001-09-042-1/+7
| | | | | since some versions of `mkdir' don't automatically create parent directories. From Bruno Grossniklaus <[email protected]>.
* Convert EOLs to DOS format.Eli Zaretskii2001-08-312-298/+307
|
* (install): Copy subdirs.el to the installation directory.Eli Zaretskii2001-08-311-0/+1
|
* Copy subdirs.el to the site-lisp directory.Eli Zaretskii2001-08-311-296/+298
|
* New file.Eli Zaretskii2001-08-311-0/+2
|
* properly mark Attic files as deletedKen Raeburn2001-07-064-521/+0
|
* (WinMain): Add quotes around executable name.Jason Rumney2001-06-202-4/+10
|
* *** empty log message ***Andrew Innes2001-06-011-0/+5
|
* (sh_output): Don't use $(warning ...) to outputAndrew Innes2001-06-011-1/+1
| | | | messages, since that is not supported by GNU make 3.77.
* Clarify that building with MSVC requires nmake.Jason Rumney2001-05-242-3/+8
|
* (NEW_CYGWIN): Output message about spurious errorAndrew Innes2001-05-172-0/+6
| | | | message that is to be ignored.