summaryrefslogtreecommitdiff
path: root/lib-src
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Eli Zaretskii2000-12-161-0/+4
|
* (canonicalize_filename) [DOS_NT]: Fix last change.Eli Zaretskii2000-12-161-1/+1
|
* *** empty log message ***Gerd Moellmann2000-12-151-0/+14
|
* (operator_name): Cast argument of isalpha toGerd Moellmann2000-12-151-1/+1
| | | | unsigned char.
* (get_keyword): Make sure that isspace andGerd Moellmann2000-12-151-4/+4
| | | | similar aren't called with a negative argument.
* (ISALNUM, ISALPHA, ISDIGIT, ISLOWER): New macros.Gerd Moellmann2000-12-151-19/+25
| | | | | | | Use them throughout instead of ctype functions/macros. (lowcase): Cast to unsigned char. (UPCASE): New macro. (canonicalize_filename): Use UPCASE instead toupper.
* *** empty log message ***Dave Love2000-12-131-0/+4
|
* (ensure_scope_buffer_room): Fix xrealloc call.Dave Love2000-12-131-1/+1
|
* Fix copyright years.Dave Love2000-12-061-1/+1
|
* *** empty log message ***Andrew Innes2000-12-061-0/+9
|
* (LOCAL_FLAGS): Remove -DVERSION flag, since we Andrew Innes2000-12-061-1/+1
| | | | | don't know the real version, and I can't seem to get the quoting right in all circumstances.
* (VERSION): Provide default definition, like etags.c Andrew Innes2000-12-061-0/+4
| | | | does, because Windows build can't snarf this from version.el.
* *** empty log message ***Andrew Innes2000-11-301-0/+5
|
* ($(BLD)/ebrowse.exe): Use tabs not spaces. Andrew Innes2000-11-301-2/+2
| | | | (install): Ditto.
* *** empty log message ***Jason Rumney2000-11-231-1/+6
|
* (ebrowse): New target.Jason Rumney2000-11-231-2/+13
| | | | (LOCAL_FLAGS): Add -DVERSION flag.
* Fix comment.Dave Love2000-11-101-3/+1
|
* *** empty log message ***Dave Love2000-09-251-0/+5
|
* Include config.h.Dave Love2000-09-251-2/+3
| | | | [!HAVE_STDLIB_H]: Declare malloc.
* *** empty log message ***Gerd Moellmann2000-09-251-0/+27
|
* *** empty log message ***Gerd Moellmann2000-09-211-0/+1
|
* *** empty log message ***Andrew Innes2000-09-141-0/+4
|
* Revert to Unix line endings.Andrew Innes2000-09-141-400/+400
|
* *** empty log message ***Dave Love2000-09-041-0/+4
|
* (index, rindex): Prototype conditionally.Dave Love2000-09-041-1/+6
|
* *** empty log message ***Andrew Innes2000-09-031-0/+4
|
* Change to DOS line endings.Andrew Innes2000-09-031-400/+400
|
* Fix a typo in the last entry for movemail.c.Eli Zaretskii2000-09-011-1/+1
|
* *** empty log message ***Dave Love2000-09-011-0/+4
|
* *** empty log message ***Eli Zaretskii2000-09-011-0/+6
|
* (toplevel): Remove redundant <fcntl.h>. Provide definitions for F_OKEli Zaretskii2000-09-011-8/+4
| | | | | and friends only after including both fcntl.h and unistd.h: some systems define them on unistd.h.
* *** empty log message ***Eli Zaretskii2000-08-291-0/+4
|
* Revert previous change.Dave Love2000-08-291-6/+0
|
* (profile, make-docfile, hexl): Depend on config.h.Eli Zaretskii2000-08-291-3/+3
|
* *** empty log message ***Dave Love2000-08-281-0/+5
|
* (toplevel) [HAVE_STRING_H]: Include string.h.Dave Love2000-08-281-15/+32
| | | | (toplevel) [HAVE_STRINGS_H]: Include strings.h.
* fix line endingsAndrew Innes2000-08-233-4/+404
|
* *** empty log message ***Andrew Innes2000-08-221-1/+13
|
* (WIN32): Remove unnecessary definition.Andrew Innes2000-08-221-3/+2
| | | | | (sleep): Make argument unsigned long. (_WINSOCK_H): Undefine so normal winsock definitions can be used.
* (sleep): Make argument unsigned long.Andrew Innes2000-08-221-1/+1
|
* (main) [WINDOWSNT]: Force binary mode for fileio.Andrew Innes2000-08-221-2/+5
|
* *** empty log message ***Kenichi Handa2000-08-211-0/+4
|
* *** empty log message ***Eli Zaretskii2000-08-201-0/+5
|
* (canonicalize_filename) [DOS_NT]: Upcase the firstEli Zaretskii2000-08-201-1/+1
| | | | letter only if it is a drive letter.
* *** empty log message ***Gerd Moellmann2000-07-141-0/+11
|
* (xrealloc, xmalloc): Renamed from yrealloc andGerd Moellmann2000-07-141-30/+30
| | | | ymalloc.
* (xmalloc, xrealloc): Make externally visible, for useGerd Moellmann2000-07-141-4/+4
| | | | by alloca.o.
* (alloca.o): Add -Demacs so that alloca will useGerd Moellmann2000-07-141-1/+1
| | | | xmalloc.
* *** empty log message ***Gerd Moellmann2000-07-101-0/+7
|
* (yylex): Accept string literals with newlines in them.Gerd Moellmann2000-07-101-4/+7
| | | | | | (process_pp_line): Handle case of string literal with newline in it in replacement text, which counts as continuing the replacement text in GNU C.