| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | [__GNU_LIBRARY__]: Use <string.h>. | Karl Heuer | 1996-07-15 | 3 | -0/+12 | |
| | | ||||||
| * | (getwd): Correct return type. | Karl Heuer | 1996-07-15 | 1 | -1/+1 | |
| | | ||||||
| * | Correct return type of getwd. | Karl Heuer | 1996-07-15 | 1 | -1/+1 | |
| | | ||||||
| * | (main) [HAVE_SOCKETS]: Call rewind before writing to infile. | Miles Bader | 1996-07-03 | 1 | -0/+1 | |
| | | ||||||
| * | Remove all references to wakeup. | Miles Bader | 1996-07-02 | 1 | -11/+0 | |
| | | ||||||
| * | * etags.c (C_stab_entry): New keywords for C++ namespace, bool, | Francesco Potortì | 1996-07-01 | 1 | -57/+75 | |
| | | | | | explicit, mutable, typename. | |||||
| * | (timer, timer.o, getdate.o, $(srcdir)/getdate.c) | Richard M. Stallman | 1996-06-21 | 1 | -19/+2 | |
| | | | | | | (wakeup): Targets deleted. (UTILITIES): Delete wakeup and timer. | |||||
| * | (ETAGS_CFLAGS): Define HAVE_GETCWD macro. | Richard M. Stallman | 1996-06-11 | 1 | -1/+1 | |
| | | ||||||
| * | (etags_getcwd) [DOS_NT]: Change conditional to MSDOS only. | Richard M. Stallman | 1996-06-11 | 1 | -4/+4 | |
| | | ||||||
| * | (main): Copy cwd when appending slash. | Richard M. Stallman | 1996-06-09 | 1 | -2/+2 | |
| | | ||||||
| * | Hold previous change until after the release. | Karl Heuer | 1996-05-18 | 1 | -2/+1 | |
| | | ||||||
| * | (lisp): Include dos-win32.elc. | Karl Heuer | 1996-05-17 | 1 | -1/+2 | |
| | | ||||||
| * | * etags.c (CNL_SAVE_DEFINEDEF): Set linecharno for use by readline. | Francesco Potortì | 1996-05-17 | 1 | -36/+21 | |
| | | | | | | (Pascal_functions): Increase linecharno by the correct number of chars, inline the GET_NEW_LINE macro and delete its definition. | |||||
| * | (OBJDIR, BLD): Remove macro definitions. | Geoff Voelker | 1996-05-03 | 1 | -2/+0 | |
| | | | | | , | |||||
| * | Initial revision | Geoff Voelker | 1996-05-03 | 1 | -0/+45 | |
| | | ||||||
| * | Include ntlib.h. | Geoff Voelker | 1996-05-03 | 1 | -2/+121 | |
| | | | | | | | | (nt_sleep): Rename to sleep. (getwd): Return directory. (getlogin, cuserid, getuid, setuid, getpwuid, getpass, fchown, sys_ctime, sys_fopen): New functions. | |||||
| * | (LOCAL_FLAGS): Include path to NT shadow includes. | Geoff Voelker | 1996-05-03 | 1 | -21/+36 | |
| | | | | | (movemail.exe, fakemail.exe): Now built under Win32. | |||||
| * | (SEND, RECV): Renamed from send, recv. | Richard M. Stallman | 1996-04-29 | 1 | -12/+14 | |
| | | | | | | (pop_open, pop_trash): Make the trash_started code unconditional. (socket_connection): Delete casts to void. | |||||
| * | (DIRECTORY_SEP, IS_DIRECTORY_SEP): Definitions copied from lisp.h. | Richard M. Stallman | 1996-04-28 | 1 | -0/+7 | |
| | | ||||||
| * | [HAVE_CONFIG_H]: Only include config.h when defined. | Richard M. Stallman | 1996-04-28 | 1 | -0/+2 | |
| | | ||||||
| * | (struct _popserver): New field trash_started. | Richard M. Stallman | 1996-04-28 | 1 | -0/+1 | |
| | | ||||||
| * | [WINDOWSNT]: Include winsock.h and ntlib.h. | Richard M. Stallman | 1996-04-28 | 1 | -9/+48 | |
| | | | | | | | | | | | | | | | | | Macro SOCKET_ERROR undefined. Don't declare h_errno. [!WINDOWSNT]: Define macros recv and send. [!WINDOWSNT] (POP_SERVICE): Change to pop3. (pop_open) [WINDOWSNT]: Initialize trash_started. (have_winsock) [WINDOWSNT]: New variable. (socket_connection) [WINDOWSNT]: Initialize winsock. (socket_connection): Use closesocket instead of close. (getline): Use recv instead of read. (fullwrite): Use send instead of write. (pop_trash): Use closesocket instead of close. (pop_trash) [WINDOWSNT]: Cleanup winsock. Check if being called recursively by sendline. | |||||
| * | (access, unlink) [WINDOWSNT]: Macros undefined. | Richard M. Stallman | 1996-04-28 | 1 | -10/+38 | |
| | | | | | | | | | | | | | | (fork, syswait, DISABLE_DIRECT_ACCESS) [WINDOWSNT]: Macros defined. [WINDOWSNT]: Include locking.h. (main): Update usage message. Use IS_DIRECTORY_SEP. (main) [DISABLE_DIRECT_ACCESS]: Don't check access if defined. (main) [WINDOWSNT]: Invoke locking instead of flock. (main) [MAIL_USE_SYSTEM_LOCK && WINDOWSNT]: Emulate ftruncate. (main) [MAIL_USE_POP]: Pass password to popmail if used. Include winsock.h; don't include unix inet headers. (popmail): Add password argument and pass it to pop_open. Open output file in binary mode. | |||||
| * | [DOSNT]: Include fcntl.h. | Richard M. Stallman | 1996-04-28 | 1 | -5/+8 | |
| | | | | | | [WINDOWSNT]: Include io.h. (main) [MSDOS]: Change conditional to DOS_NT. | |||||
| * | [WINDOWSNT]: Include ntlib.h. | Richard M. Stallman | 1996-04-28 | 1 | -0/+4 | |
| | | ||||||
| * | (main) [DJGPP v2]: Don't change to binary for a tty. | Richard M. Stallman | 1996-04-14 | 1 | -2/+4 | |
| | | ||||||
| * | [DJGPP v2]: Include io.h. | Richard M. Stallman | 1996-04-12 | 1 | -0/+11 | |
| | | | | | (main) [DJGPP v2]: Switch standard streams to binary with setmode. | |||||
| * | [WINDOWSNT]: Include io.h. | Richard M. Stallman | 1996-04-11 | 1 | -0/+1 | |
| | | ||||||
| * | (CTAGSOBJ): Compile with regexp support. | Geoff Voelker | 1996-04-10 | 1 | -3/+8 | |
| | | ||||||
| * | (main) [MSDOS]: Handle DJGPP version 2. | Richard M. Stallman | 1996-04-10 | 1 | -0/+7 | |
| | | ||||||
| * | (absolute_filename): Use absolutefn. | Richard M. Stallman | 1996-04-02 | 1 | -1/+1 | |
| | | ||||||
| * | (absolutefn) [DOS_NT]: Support Novell drives whose drive | Richard M. Stallman | 1996-04-01 | 1 | -6/+51 | |
| | | | | | | | | | | | | | letter isn't an alphabetic character. (main) [DOS_NT]: Use binary mode on redirected `stdout'. (process_file) [DOS_NT]: Convert all slashes to forward style. (absolute_filename) [DOS_NT]: Emit error message for relative paths with a drive letter. (absolute_filename) [DOS_NT]: Handle absolute pathnames with DOS/NT drive letters which try to reference the parent of the root. (absolute_dirname) [DOS_NT]: Convert all slashes to forward style. info, and don't record undo info for the conversion. | |||||
| * | Change uses of del to $(DEL). | Geoff Voelker | 1996-03-28 | 1 | -4/+3 | |
| | | ||||||
| * | * etags.c (just_read_file): Reset lineno and charno on entry. | Francesco Potortì | 1996-03-22 | 1 | -92/+408 | |
| | | | | | | | | | | | | | | | | | | | | | | | | * etags.c: Prolog language totaly rewritten. (Prolog_functions): Rewritten from scratch. (skip_comment, prolog_getit): Removed. (prolog_skip_comment): New function, like old skip_comment. (prolog_pred, prolog_atom, prolog_white): New functions. (erlang_func, erlang_attributes): Forward declarations added. (erlang_atom): Check if backslash ends line inside quoted atom. * etags.c (absolutefn): DOS_NT version corrected. (main): Append "/" to the dir name only if not already there. (print_help): Explain the absolute/relative file name issue. * etags.c: New Languange Erlang added. (Erlang_functions, erlang_func, erlang_attribute, erlang_atom, erlang_white): New functions. (Erlang_suffixes): New suffix list. (lang_names): Erlang entry added. (prolog_getit): Accepts headers spanning several lines. Always name tags. (Prolog_functions): Removed incorrect compensation for newline characters. (readline_internal): Zero-terminate last line. | |||||
| * | (main): Initialize progname variable before using it. | Richard M. Stallman | 1996-03-20 | 1 | -2/+3 | |
| | | | | | Quote `username' in From_ header. | |||||
| * | (getpid): New function. | Geoff Voelker | 1996-03-19 | 1 | -0/+6 | |
| | | ||||||
| * | Comment change. | Richard M. Stallman | 1996-02-22 | 1 | -1/+1 | |
| | | ||||||
| * | (main, both definitions): Print a newline for normal termination. | Karl Heuer | 1996-02-21 | 1 | -1/+4 | |
| | | ||||||
| * | (main): Convert port to network byte order. | Karl Heuer | 1996-02-21 | 1 | -1/+1 | |
| | | ||||||
| * | Comment fixes. | Karl Heuer | 1996-02-17 | 1 | -2/+2 | |
| | | ||||||
| * | (pop_retrieve, getline): Avoid type clashes. | Karl Heuer | 1996-01-20 | 1 | -3/+4 | |
| | | ||||||
| * | (enum sym_type, anonymous enum): Delete final comma. | Karl Heuer | 1996-01-19 | 1 | -2/+2 | |
| | | ||||||
| * | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 14 | -49/+66 | |
| | | ||||||
| * | (initialize_fullname): Add support for NIS+. | Paul Eggert | 1996-01-15 | 1 | -3/+18 | |
| | | | | | | (hostname): Fully qualify the default hostname with the domainname if the hostname lacks a `.'. | |||||
| * | (consider_token): Fix typo in expression. | Karl Heuer | 1996-01-10 | 1 | -1/+1 | |
| | | ||||||
| * | Comment fixes. | Karl Heuer | 1996-01-05 | 3 | -6/+6 | |
| | | ||||||
| * | (substitute): Fix spelling in message. | Karl Heuer | 1996-01-05 | 1 | -6/+6 | |
| | | ||||||
| * | (etags, ctags): Compile with regexp support. | Geoff Voelker | 1996-01-04 | 1 | -10/+34 | |
| | | | | | | (make-docfile, wakeup, etags, ctags, hexl): Ensure build subdirectory exists before compiling. | |||||
| * | (main): Do chmod based on existing permission. | Karl Heuer | 1996-01-03 | 1 | -1/+9 | |
| | | ||||||
| * | (install): Turn on read/execute permission. | Richard M. Stallman | 1995-12-27 | 1 | -0/+2 | |
| | | ||||||