summaryrefslogtreecommitdiff
path: root/lib-src
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Gerd Moellmann1999-10-071-0/+17
|
* #Dave Love1999-10-033-0/+4003
|
* #Dave Love1999-10-011-0/+0
|
* (scan_lisp_file): Fix typo causing infloop.Dave Love1999-09-271-1/+1
|
* patched by pjr from diff by rmsPhillip Rulon1999-09-241-21/+25
|
* Fix comment about conventions for Lisp files.Dave Love1999-09-041-3/+6
|
* Include config.h not ../src/config.h.Richard M. Stallman1999-09-031-15/+20
| | | | | | (main, fopen, chdir): Add #undef. (read_c_string, scan_c_file, skip_white, read_lisp_symbol) (scan_lisp_file): Handle \r like \n.
* Include <stdlib.h> if available.Andreas Schwab1999-08-302-0/+8
|
* Include <stdlib.h> if available. Don't declare errno if it's a macro.Andreas Schwab1999-08-301-0/+6
|
* Include <unistd.h> if available.Andreas Schwab1999-08-301-1/+4
|
* (print_help_and_exit): Mention --version.Richard M. Stallman1999-08-291-0/+3
|
* (decode_options): Update version output.Karl Heuer1999-08-251-2/+2
| | | | (print_help_and_exit): Update bug report address.
* (main): Move the dynamic allocation ofKarl Heuer1999-08-142-6/+8
| | | | system_name outside of the SERVER_HOME_DIR conditional.
* (INSTALLABLE_SCRIPTS): Add grep-changelog.Gerd Moellmann1999-08-101-1/+1
|
* Initial revisionGerd Moellmann1999-08-101-0/+220
|
* * Add configure option to enable dmalloc library.Paul D. Smith1999-07-211-2/+2
| | | | * Various code cleanups.
* (clean): remove fns*.el.Richard M. Stallman1999-06-301-1/+1
|
* (erlang_attribute): Fix undefined variable usage (after Potorti).Dave Love1999-06-231-1/+1
|
* (main) [WINDOWSNT]: Call ftruncate, which is now mapped to _chsize.Andrew Innes1999-05-021-1/+1
|
* (main, both versions): Use quote_file_name on cwd.Karl Heuer1999-04-291-4/+5
|
* (main): Split up tables. Modify the preambleDave Love1999-03-301-1/+8
| | | | somewhat.
* Remove common multiple file compilation commands.Geoff Voelker1999-03-061-8/+0
|
* Refer to epaths.h.Richard M. Stallman1999-02-261-1/+1
|
* (yow): Depend on epaths.h, not paths.h.Richard M. Stallman1999-02-261-1/+1
|
* (perror_1, fatal_error): Don't compile unless needed.Karl Heuer1999-02-221-1/+1
|
* Do make version comparison as strings.Andrew Innes1999-01-271-1/+1
|
* (xmalloc): Fix previous change.Richard M. Stallman1999-01-251-1/+1
|
* (xmalloc): Declare to return long.Richard M. Stallman1999-01-251-1/+1
|
* (etags_getcwd, absolute_filename) [DOS_NT]: CanonicalizeGeoff Voelker1999-01-221-0/+9
| | | | the case of the drive letter.
* (main): Eliminate arbitrary limit on length of system_name.Richard M. Stallman1999-01-161-6/+17
| | | | (xmalloc): Define unconditionally.
* (main): Eliminate arbitrary limit onRichard M. Stallman1999-01-161-4/+18
|
* (relative_filename): Stop backward search at beginningKarl Heuer1999-01-121-2/+3
| | | | | of string, since non-Unix systems can have absolute paths with no initial slash.
* Do string comparision of _NMAKE_VER.Geoff Voelker1998-12-081-1/+1
|
* Compile multiple source files when possible.Geoff Voelker1998-11-041-1/+6
|
* Replace tabs with spacesRichard M. Stallman1998-10-131-7/+7
| | | | when they might confuse some Make versions.
* Whitespace change.Richard M. Stallman1998-10-101-2/+2
|
* (main): Null-terminate system_name.Richard M. Stallman1998-10-102-0/+4
|
* (popmail, pop_retr) [MAIL_USE_POP]: When displayingKarl Heuer1998-09-211-6/+10
| | | | | an error message from POP, mention that it's from POP, to distinguish it from local error messages.
* [MAIL_USE_POP]: Add the "-r" flag to reverse theKarl Heuer1998-09-041-4/+32
| | | | | order of messages downloaded from a POP server (e.g., if the server stores messages in mailboxes in reverse order).
* Update bug report address and copyright.Paul Eggert1998-08-121-3/+3
|
* Update copyrightPaul Eggert1998-08-121-2/+2
|
* (initialize_fullname): Prefer getent if available.Paul Eggert1998-08-111-8/+11
|
* (REGEXPDEPS, regex.o):Richard M. Stallman1998-08-021-2/+4
| | | | Prepend $(srcdir)/ to rule dependencies outside this dir.
* (etags_getcwd) [WINDOWSNT]: Use getcwd on Windows.Richard M. Stallman1998-06-101-1/+1
|
* Properly terminate a comment.Richard M. Stallman1998-06-061-1/+1
|
* (LOCAL_FLAGS): Define HAVE_CONFIG_H.Andrew Innes1998-06-011-1/+2
|
* (sys_wait): Rename to wait.Andrew Innes1998-06-011-1/+1
|
* Undefine _WINSOCKAPI_.Andrew Innes1998-06-011-1/+4
|
* (getppid): Look for EM_PARENT_PROCESS_ID.Geoff Voelker1998-05-301-1/+1
|
* Undo previous change.Richard M. Stallman1998-05-253-1016/+24
|