aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src (unfollow)
Commit message (Expand)AuthorFilesLines
1994-07-29(${archlibdir}): Compare the proper dirRichard M. Stallman1-0/+3
1994-07-27(main): New local var progname saves argv[0].Richard M. Stallman1-1/+2
1994-07-26(main): Don't actually modify argv[0]. Modify a copy instead.Richard M. Stallman1-5/+6
1994-07-25Add #undef alloca.Richard M. Stallman1-0/+6
1994-07-25(reset_watch, get_time): Use EMACS_GET_TIME.Richard M. Stallman1-11/+2
1994-07-13(xmalloc): New function.Richard M. Stallman1-0/+17
1994-07-12(ALLOCA_CFLAGS): New variable.Richard M. Stallman1-0/+4
1994-07-08* etags.c (main): Don't barf on obsolete -t and -T switches.Francesco Potortì1-9/+13
1994-06-23Don't declare exit or perror.Richard M. Stallman1-5/+0
1994-06-23(main): Don't declare geteuid.Richard M. Stallman1-1/+2
1994-06-07(rootrelativepath) [MSDOS]: Define, expanding to dynamicRichard M. Stallman1-0/+12
1994-06-07(test-distrib): Use ALL_CFLAGS.Richard M. Stallman1-1/+1
1994-06-03* etags.c (absolute_filename): Remove infinite loop bug whenFrancesco Potortì1-4/+4
1994-06-03* etags.c (etags_getcwd): Delete the trailing newline from cwd.Francesco Potortì1-0/+1
1994-05-28(distclean): Delete Makefile, Makefile.in, blessmail.Richard M. Stallman1-0/+1
1994-05-27(blessmail): Don't depend on ../src/emacs.Richard M. Stallman1-1/+1
1994-05-19(write_c_args): Put `default' in upper case.Richard M. Stallman1-1/+1
1994-05-18(etags_getcwd): Cast result of popen.Richard M. Stallman1-4/+1
1994-05-17[!MSDOS]: Declare popen.Karl Heuer1-1/+3
1994-05-17(main): Avoid crash if argc is 1.Richard M. Stallman1-1/+1
1994-05-16(blessmail): Specify directory for blessmail.el.Richard M. Stallman1-1/+1
1994-05-12(maybe-blessmail): Mention bless-mail is in lib-src.Richard M. Stallman1-1/+1
1994-05-05Fix out of date comment.David J. MacKenzie1-1/+1
1994-05-05Put in a separator for where to start cpp procssing.Richard M. Stallman1-90/+95
1994-05-04(maybe-blessmail): New target to print the blessmail warning message.Richard M. Stallman1-11/+13
1994-05-04Update copyright.Karl Heuer2-2/+2
1994-05-02(${archlibdir}): Be lenient about wc output format.Karl Heuer1-2/+2
1994-05-01(${archlibdir}): Don't run blessmail; insteadRichard M. Stallman1-4/+11
1994-04-30(find_entries): Treat `*.cpp' as C++ files.Richard M. Stallman1-1/+2
1994-04-30[MSDOS]: #include <sys/param.h> for the following.Richard M. Stallman1-0/+17
1994-04-29[MSDOS]: Don't define proto type for exit.Richard M. Stallman1-0/+3
1994-04-28Don't include string.h or strings.h.Richard M. Stallman1-6/+0
1994-04-27C_SWITCH_SYSTEM and C_SWITCH_MACHINE are now cpp symbols, not make variables.Karl Heuer1-5/+11
1994-04-23(etags, ctags): Make VERSION a string constant.Richard M. Stallman1-2/+2
1994-04-23(print_version): Print VERSION as a string.Richard M. Stallman1-1/+1
1994-04-20(readline): Fix updating of p when buffer grows.Richard M. Stallman1-1/+1
1994-04-20(blessmail): New target.Karl Heuer1-1/+23
1994-04-19(readline): When extending the buffer,Richard M. Stallman1-1/+1
1994-04-18* etags.c (main, print_help): eliminate the -F option.Francesco Potortì1-12/+3
1994-04-18* etags.c (absolute_filename): compare against '\0' instead of NULL.Francesco Potortì1-2/+2
1994-04-16Renamed from Makefile.in.Richard M. Stallman1-70/+97
1994-04-14(gettimeofday): If system doesn't have this, define it to give a fatal error.Richard M. Stallman1-0/+8
1994-04-13[HAVE_UNISTD_H]: Include unistd.h.Richard M. Stallman1-0/+4
1994-04-12#undef static.Richard M. Stallman1-2/+6
1994-04-12(main): Use setuid, not seteuid.Karl Heuer1-1/+1
1994-04-08* etags.c (outf, outfiledir): renamed to tagf, tagfiledir.Francesco Potortì1-479/+499
1994-04-05(main): Fix up MAIL_USE_MMDF conditional whereRichard M. Stallman1-22/+36
1994-03-30* etags.c (main): use etags_getcwd for compatibility.Francesco Potortì1-42/+73
1994-03-25(etags, ctags): Pass -D for VERSION.Richard M. Stallman1-2/+2
1994-03-25* etags.c (emacs_tags_format, ETAGS): removed. Use CTAGS instead.Francesco Potortì1-117/+83