| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | *** empty log message *** | Gerd Moellmann | 2001-01-03 | 1 | -0/+9 | |
| | | ||||||
| * | Avoid security hole allowing attacker to | Gerd Moellmann | 2001-01-03 | 1 | -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 Zaretskii | 2001-01-02 | 1 | -1/+1 | |
| | | ||||||
| * | *** empty log message *** | Gerd Moellmann | 2001-01-02 | 1 | -0/+5 | |
| | | ||||||
| * | (yyerror): Changed to take two arguments. Prototype | Gerd Moellmann | 2001-01-02 | 1 | -16/+17 | |
| | | | | | added. Callers changed. | |||||
| * | *** empty log message *** | Eli Zaretskii | 2001-01-02 | 1 | -0/+17 | |
| | | ||||||
| * | (enter_namespace, main): Cast variables to shut up | Eli Zaretskii | 2001-01-02 | 1 | -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 Zaretskii | 2001-01-02 | 1 | -2/+4 | |
| | | | | | | (main) <homedir>: Make its declaration conditional on SERVER_HOME_DIR, to avoid compiler warnings. | |||||
| * | (main) <homedir>: Make its declaration conditional | Eli Zaretskii | 2001-01-02 | 1 | -0/+2 | |
| | | | | | on SERVER_HOME_DIR, to avoid compiler warnings. | |||||
| * | (readline): Cast buffer to "long *" to pacify | Eli Zaretskii | 2001-01-02 | 1 | -1/+1 | |
| | | | | | over-zealous compilers. | |||||
| * | (canonicalize_filename) [DOS_NT]: Fix last change. | Eli Zaretskii | 2000-12-16 | 2 | -1/+5 | |
| | | ||||||
| * | *** empty log message *** | Gerd Moellmann | 2000-12-15 | 1 | -0/+14 | |
| | | ||||||
| * | (operator_name): Cast argument of isalpha to | Gerd Moellmann | 2000-12-15 | 1 | -1/+1 | |
| | | | | | unsigned char. | |||||
| * | (get_keyword): Make sure that isspace and | Gerd Moellmann | 2000-12-15 | 1 | -4/+4 | |
| | | | | | similar aren't called with a negative argument. | |||||
| * | (ISALNUM, ISALPHA, ISDIGIT, ISLOWER): New macros. | Gerd Moellmann | 2000-12-15 | 1 | -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 Love | 2000-12-13 | 1 | -0/+4 | |
| | | ||||||
| * | (ensure_scope_buffer_room): Fix xrealloc call. | Dave Love | 2000-12-13 | 1 | -1/+1 | |
| | | ||||||
| * | Fix copyright years. | Dave Love | 2000-12-06 | 1 | -1/+1 | |
| | | ||||||
| * | *** empty log message *** | Andrew Innes | 2000-12-06 | 1 | -0/+9 | |
| | | ||||||
| * | (LOCAL_FLAGS): Remove -DVERSION flag, since we | Andrew Innes | 2000-12-06 | 1 | -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 Innes | 2000-12-06 | 1 | -0/+4 | |
| | | | | | does, because Windows build can't snarf this from version.el. | |||||
| * | ($(BLD)/ebrowse.exe): Use tabs not spaces. | Andrew Innes | 2000-11-30 | 2 | -2/+7 | |
| | | | | | (install): Ditto. | |||||
| * | (ebrowse): New target. | Jason Rumney | 2000-11-23 | 2 | -3/+19 | |
| | | | | | (LOCAL_FLAGS): Add -DVERSION flag. | |||||
| * | Fix comment. | Dave Love | 2000-11-10 | 1 | -3/+1 | |
| | | ||||||
| * | *** empty log message *** | Dave Love | 2000-09-25 | 1 | -0/+5 | |
| | | ||||||
| * | Include config.h. | Dave Love | 2000-09-25 | 1 | -2/+3 | |
| | | | | | [!HAVE_STDLIB_H]: Declare malloc. | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-09-25 | 1 | -0/+27 | |
| | | ||||||
| * | *** empty log message *** | Gerd Moellmann | 2000-09-21 | 1 | -0/+1 | |
| | | ||||||
| * | *** empty log message *** | Andrew Innes | 2000-09-14 | 1 | -0/+4 | |
| | | ||||||
| * | Revert to Unix line endings. | Andrew Innes | 2000-09-14 | 1 | -400/+400 | |
| | | ||||||
| * | (index, rindex): Prototype conditionally. | Dave Love | 2000-09-04 | 2 | -1/+10 | |
| | | ||||||
| * | *** empty log message *** | Andrew Innes | 2000-09-03 | 1 | -0/+4 | |
| | | ||||||
| * | Change to DOS line endings. | Andrew Innes | 2000-09-03 | 1 | -400/+400 | |
| | | ||||||
| * | Fix a typo in the last entry for movemail.c. | Eli Zaretskii | 2000-09-01 | 1 | -1/+1 | |
| | | ||||||
| * | *** empty log message *** | Dave Love | 2000-09-01 | 1 | -0/+4 | |
| | | ||||||
| * | (toplevel): Remove redundant <fcntl.h>. Provide definitions for F_OK | Eli Zaretskii | 2000-09-01 | 2 | -8/+10 | |
| | | | | | | and friends only after including both fcntl.h and unistd.h: some systems define them on unistd.h. | |||||
| * | *** empty log message *** | Eli Zaretskii | 2000-08-29 | 1 | -0/+4 | |
| | | ||||||
| * | Revert previous change. | Dave Love | 2000-08-29 | 1 | -6/+0 | |
| | | ||||||
| * | (profile, make-docfile, hexl): Depend on config.h. | Eli Zaretskii | 2000-08-29 | 1 | -3/+3 | |
| | | ||||||
| * | *** empty log message *** | Dave Love | 2000-08-28 | 1 | -0/+5 | |
| | | ||||||
| * | (toplevel) [HAVE_STRING_H]: Include string.h. | Dave Love | 2000-08-28 | 1 | -15/+32 | |
| | | | | | (toplevel) [HAVE_STRINGS_H]: Include strings.h. | |||||
| * | fix line endings | Andrew Innes | 2000-08-23 | 3 | -4/+404 | |
| | | ||||||
| * | *** empty log message *** | Andrew Innes | 2000-08-22 | 1 | -1/+13 | |
| | | ||||||
| * | (WIN32): Remove unnecessary definition. | Andrew Innes | 2000-08-22 | 1 | -3/+2 | |
| | | | | | | (sleep): Make argument unsigned long. (_WINSOCK_H): Undefine so normal winsock definitions can be used. | |||||
| * | (sleep): Make argument unsigned long. | Andrew Innes | 2000-08-22 | 1 | -1/+1 | |
| | | ||||||
| * | (main) [WINDOWSNT]: Force binary mode for fileio. | Andrew Innes | 2000-08-22 | 1 | -2/+5 | |
| | | ||||||
| * | *** empty log message *** | Kenichi Handa | 2000-08-21 | 1 | -0/+4 | |
| | | ||||||
| * | (canonicalize_filename) [DOS_NT]: Upcase the first | Eli Zaretskii | 2000-08-20 | 2 | -1/+6 | |
| | | | | | letter only if it is a drive letter. | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-07-14 | 1 | -0/+11 | |
| | | ||||||
| * | (xrealloc, xmalloc): Renamed from yrealloc and | Gerd Moellmann | 2000-07-14 | 1 | -30/+30 | |
| | | | | | ymalloc. | |||||