aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* *** empty log message ***Gerd Moellmann2001-01-031-0/+9
|
* Avoid security hole allowing attacker toGerd Moellmann2001-01-031-5/+7
| | | | | | | | cause user of rcs2log to overwrite arbitrary files, fixing a bug reported by Morten Welinder. Don't put "exit 1" at the end of the exit trap; it's ineffective in POSIX shells.
* Fix email address of my last entry.Eli Zaretskii2001-01-021-1/+1
|
* *** empty log message ***Gerd Moellmann2001-01-021-0/+5
|
* (yyerror): Changed to take two arguments. PrototypeGerd Moellmann2001-01-021-16/+17
| | | | added. Callers changed.
* *** empty log message ***Eli Zaretskii2001-01-021-0/+17
|
* (enter_namespace, main): Cast variables to shut upEli Zaretskii2001-01-021-5/+6
| | | | | | compiler warnings. (yyerror): Change parameter declarations to be of type long, so that they can take pointers on 64-bit platforms.
* (main): Remove unused local variable statbfr.Eli Zaretskii2001-01-021-2/+4
| | | | | (main) <homedir>: Make its declaration conditional on SERVER_HOME_DIR, to avoid compiler warnings.
* (main) <homedir>: Make its declaration conditionalEli Zaretskii2001-01-021-0/+2
| | | | on SERVER_HOME_DIR, to avoid compiler warnings.
* (readline): Cast buffer to "long *" to pacifyEli Zaretskii2001-01-021-1/+1
| | | | over-zealous compilers.
* (canonicalize_filename) [DOS_NT]: Fix last change.Eli Zaretskii2000-12-162-1/+5
|
* *** 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 weAndrew 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.cAndrew Innes2000-12-061-0/+4
| | | | does, because Windows build can't snarf this from version.el.
* ($(BLD)/ebrowse.exe): Use tabs not spaces.Andrew Innes2000-11-302-2/+7
| | | | (install): Ditto.
* (ebrowse): New target.Jason Rumney2000-11-232-3/+19
| | | | (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
|
* (index, rindex): Prototype conditionally.Dave Love2000-09-042-1/+10
|
* *** 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
|
* (toplevel): Remove redundant <fcntl.h>. Provide definitions for F_OKEli Zaretskii2000-09-012-8/+10
| | | | | 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
|
* (canonicalize_filename) [DOS_NT]: Upcase the firstEli Zaretskii2000-08-202-1/+6
| | | | 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.