| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | * etags.c (--absolute-pathnames): this option removed. | Francesco Potortì | 1994-02-17 | 1 | -25/+2 | |
| | | ||||||
| * | (put_line): Don't break the line if it all fits. | Richard M. Stallman | 1994-02-16 | 1 | -9/+14 | |
| | | ||||||
| * | * etags.c (absolute_pathnames, cwd): added global vars. | Francesco Potortì | 1994-02-14 | 1 | -61/+91 | |
| | | | | | | | | (longopts, print_help, main, process_file): put absolute filenames in the tag file if the -A --absolute-pathnames option is used. (print_help): alfabetically order the options. (malloc, realloc, strcpy, strncpy, strcmp): remove extern declar. | |||||
| * | (C_SWITCH_MACHINE): Get this from autoconf. | Richard M. Stallman | 1994-02-09 | 1 | -3/+4 | |
| | | | | | (ALL_CFLAGS, LINK_CFLAGS, CPP_CFLAGS): Use C_SWITCH_MACHINE. | |||||
| * | (main) [HAVE_SYSVIPC]: Reverse test of fork value. | Richard M. Stallman | 1994-02-08 | 1 | -2/+5 | |
| | | ||||||
| * | Initial revision | Richard M. Stallman | 1994-02-07 | 1 | -0/+93 | |
| | | ||||||
| * | (profile): New target. | Richard M. Stallman | 1994-02-05 | 1 | -2/+5 | |
| | | | | | (UTILITIES): Mention profile. | |||||
| * | Include errno.h; don't include fasync.h. | Richard M. Stallman | 1994-01-19 | 1 | -84/+114 | |
| | | | | | | | | | | | | | | | | | | | | | | (schedule): Don't return a value. (sigcatch): Reestablish the handler first. (getevent): Always call notify at the end. (notify): Defer alarms around the whole body of function. (main): Don't request SIGIO, and don't handle it. Loop calling getevent. (sigcatch): Delete code to handle SIGIO. If defer_alarms is set, don't call notify, just set alarm_deferred. (getevent): Use read, not getchar. Handle EINTR and EAGAIN. Set defer_alarms around realloc and schedule. If alarm_deferred gets set, call notify. Likewise if this event is the only pending event. Make buf and buf_size global variables. Don't malloc buf if it is already non-zero. (schedule): Just exit if run out of memory. Return the number of events. (signal) [_CX_UX]: Add #undef. | |||||
| * | Make the argument list output look more like the Lisp docstrings do. | Roland McGrath | 1994-01-16 | 1 | -7/+20 | |
| | | | | | | | (write_c_args): Take new arg FUNC. Make output look like lisp call prototypes: (function ARG1 ARG2), upcasing arg names. (scan_c_file): Pass BUF to write_c_args for FUNC arg. | |||||
| * | * etags.c (stab_entry, stab_create, stab_find, stab_search, | Francesco Potortì | 1994-01-14 | 1 | -239/+209 | |
| | | | | | | | | | | | | | | stab_type, add_keyword, C_reate_stab, C_create_stabs): deleted. Use gperf generated hash table instead of linked list. (C_stab_entry, hash, in_word_set, get_C_stab, C_symtype): added. Mostly code generated by gperf. (consider_token): removed unused parameter `lp'. (PF_funcs, getit): allow subroutine and similar declarations to span multiple lines. (C_entries): check for newline if inchar to avoid bus errors. (process_file, find_entries): distinguish among nonexistent and not regular file. | |||||
| * | [USG] (SIGIO): Define as SIGPOLL. | Richard M. Stallman | 1994-01-12 | 1 | -1/+4 | |
| | | | | | (main) [USG]: Do ioctl to enable SIGPOLL. | |||||
| * | [! HAVE_STRERROR] (strerror): Define the function. | Roland McGrath | 1994-01-09 | 1 | -4/+20 | |
| | | ||||||
| * | Declare strerror. | Roland McGrath | 1994-01-08 | 1 | -0/+3 | |
| | | ||||||
| * | [! HAVE_STRERROR] (strerror): Define the function. | Roland McGrath | 1994-01-08 | 3 | -0/+45 | |
| | | ||||||
| * | Don't declare sys_errlist; declare strerror instead. | Roland McGrath | 1994-01-08 | 1 | -4/+4 | |
| | | | | | (schedule, main): Call strerror instead of using sys_errlist. | |||||
| * | (get_errmsg, pfatal_with_name, pfatal_and_delete): Call strerror instead of | Roland McGrath | 1994-01-08 | 1 | -24/+11 | |
| | | | | | using sys_errlist. | |||||
| * | (main): Call strerror instead of using sys_errlist. | Roland McGrath | 1994-01-08 | 1 | -9/+6 | |
| | | ||||||
| * | Don't declare sys_errlist; declare strerror instead. | Roland McGrath | 1994-01-08 | 1 | -6/+4 | |
| | | | | | (main): Call strerror instead of using sys_errlist. | |||||
| * | [MSDOS]: Use text/binary mode as appropriate. | Richard M. Stallman | 1994-01-06 | 1 | -10/+26 | |
| | | | | | (scan_c_file, scan_lisp_file): Extra parameter for the mode to open with. | |||||
| * | (main) [MSDOS]: Open all files as binary. | Richard M. Stallman | 1994-01-06 | 2 | -0/+16 | |
| | | ||||||
| * | (main) [MSDOS]: Dummy stub just to make the file compile. | Richard M. Stallman | 1994-01-06 | 1 | -0/+6 | |
| | | ||||||
| * | (malloc): Don't declare it. | Richard M. Stallman | 1994-01-06 | 1 | -4/+6 | |
| | | | | | | | | (xmalloc): Cast result of malloc. (strcpy): Don't declare it. [MSDOS]: #undef `access'. | |||||
| * | Fix up whitespace. Get rid of spurious casts to void. | Richard M. Stallman | 1994-01-06 | 1 | -135/+156 | |
| | | | | | | [MSDOS]: Use binary file modes for non-text side of pipe. (main): Use fclose to close file opened by fopen. | |||||
| * | Include syswait.h. | Richard M. Stallman | 1994-01-04 | 1 | -48/+64 | |
| | | | | | Fork a subprocess and use it to copy the mail file. | |||||
| * | (ALL_CFLAGS): Include LDFLAGS. | Richard M. Stallman | 1994-01-02 | 1 | -23/+25 | |
| | | | | | | | Use ALL_CFLAGS in all the rules that compile and link with one cmd. (LINK_CFLAGS): New variable. (timer): Use LINK_CFLAGS. | |||||
| * | (${archlibdir}, install): Use $(INSTALL_PROGRAM) | Richard M. Stallman | 1993-12-24 | 1 | -11/+2 | |
| | | | | | for all executables and scripts. | |||||
| * | (main): When making tempname, cast result of xmalloc. | Richard M. Stallman | 1993-12-24 | 1 | -1/+2 | |
| | | | | | | Include room for EXXXXXX in the size. Don't use result of strcpy. | |||||
| * | (scan_lisp_file): Don't add newline at end of string. | Richard M. Stallman | 1993-12-24 | 1 | -1/+0 | |
| | | ||||||
| * | Add --brief option. | Paul Eggert | 1993-12-03 | 1 | -2/+4 | |
| | | ||||||
| * | (mostlyclean): Make it distinct from clean. | Richard M. Stallman | 1993-11-26 | 1 | -2/+5 | |
| | | ||||||
| * | (${archlibdir}): Don't do chown or chgrp. | Richard M. Stallman | 1993-11-24 | 1 | -7/+0 | |
| | | ||||||
| * | (install): Don't change mode or group when installing. | Richard M. Stallman | 1993-11-16 | 1 | -5/+0 | |
| | | ||||||
| * | (FUNCST, TYPEDST, STRUCTST, DEFINEST): Delete excess commas. | Richard M. Stallman | 1993-11-16 | 1 | -4/+4 | |
| | | ||||||
| * | (read_c_string): For "", concatenate the two strings. | Richard M. Stallman | 1993-11-12 | 1 | -4/+1 | |
| | | ||||||
| * | (main): Fix error message text. | Richard M. Stallman | 1993-11-12 | 1 | -1/+1 | |
| | | ||||||
| * | Mon Nov 8 19:56:20 MET 1993 Tom Hageman (tom@basil.icce.rug.nl) | Francesco Potortì | 1993-11-08 | 1 | -34/+139 | |
| | | | | | | | | | | | * etags.c: (C_entries): Keep track of ()-parenthesis level so that functions returning a pointer to a function, a la `signal', can be parsed. This also required new state `fstartlist' to `FUNCST'. (SAVE_TOKEN, RESTORE_TOKEN, TOKEN_SAVED_P): 1-deep token save stack. (C_entries, CNL): use it to isolate preprocessor directive processing from the other state engines. (begtk): add '~', for C++ class destructors. | |||||
| * | Tue Nov 2 19:46:52 1993 Francesco Potorti` (pot@cnuce.cnr.it) | Francesco Potortì | 1993-11-02 | 1 | -3/+2 | |
| | | | | | | * etags.c (consider_token): removed unused variable firsttok. (prolog_getit): call pfnote with the right number of arguments. | |||||
| * | Declares itself as "etags for emacs 19" instead of "etags for emacs 19.0". | Francesco Potortì | 1993-11-02 | 1 | -2/+2 | |
| | | | | | This revision has no ChangeLog entry. | |||||
| * | (printlogline): Don't generate lines containing only white space. | Paul Eggert | 1993-10-19 | 1 | -2/+7 | |
| | | ||||||
| * | (${archlibdir}): Install ${SCRIPTS} from ${srcdir}, not cwd. | Roland McGrath | 1993-10-04 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed typos or brainos of whoever though `@' was the comment char. | Roland McGrath | 1993-10-03 | 1 | -2/+2 | |
| | | ||||||
| * | * etags.c (process_file): dead code removed. | Francesco Potortì | 1993-10-01 | 1 | -17/+7 | |
| | | | | | | (S_ISREG): #define it using S_IFREG if not defined. (process_file): regular files have nothing to do with symlinks. | |||||
| * | (${archlibdir}): Install ${SCRIPTS} from ${srcdir}, not from current | Brian Fox | 1993-09-30 | 1 | -3/+6 | |
| | | | | | | | directory. Only chmod and chgrp files that we installed, which excludes ${INSTALLABLE_SCRIPTS}. They go in ${bindir}. (INSTALLFLAGS): Deleted definition, since it is an unused variable now. | |||||
| * | (INSTALL, INSTALL_PROGRAM, INSTALL_DATA): Let configure figure out the | Brian Fox | 1993-09-28 | 1 | -47/+37 | |
| | | | | | | | correct values for these variables. (archlibdir): Only install execuatables internally used by emacs; don't install bindir binaries here. | |||||
| * | Add -h, -n, -r options. | Paul Eggert | 1993-09-24 | 1 | -29/+66 | |
| | | | | | | By default, look for *,v files as well as RCS/*,v files. Use $TMPDIR (default /tmp) instead of /tmp. | |||||
| * | Mon Sep 20 18:06:12 1993 Francesco Potorti` (pot at fly) | Francesco Potortì | 1993-09-20 | 1 | -21/+25 | |
| | | | | | | | | * etags.c (C_entries): is_func is initialised here instead of in consider_token for the sake of the yacc rules section. (C_entries): Now class, struct, enum, union and typedef produce named tags. | |||||
| * | Include <src/paths.h>, instead "src/paths.h". | Roland McGrath | 1993-09-12 | 1 | -1/+1 | |
| | | ||||||
| * | Include <config.h> instead of "config.h". | Roland McGrath | 1993-09-10 | 8 | -8/+8 | |
| | | ||||||
| * | (b2m, movemail, fakemail, env, emacsserver, emacsclient, getdate.o, | Roland McGrath | 1993-09-10 | 1 | -9/+9 | |
| | | | | | | timer.o, timer): Remove `-I${srcdir}/../src', since it is already in CPP_FLAGS. | |||||
| * | (ALL_CFLAGS, CPP_CFLAGS): Put -I. -I../src before -I${srcdir} | Roland McGrath | 1993-09-10 | 1 | -2/+2 | |
| | | | | | -I${srcdir}/../src. | |||||