comparison etc/ChangeLog @ 40965:eac4b1ccb6b8

fixed format
author Sam Steingold <sds@gnu.org>
date Tue, 13 Nov 2001 00:07:54 +0000
parents 9333f7470bd2
children 84e84f672c1f
comparison
equal deleted inserted replaced
40964:fb970d0c56eb 40965:eac4b1ccb6b8
852 * movemail.c (xmalloc): Return char *, not int. 852 * movemail.c (xmalloc): Return char *, not int.
853 (main) [!MAIL_USE_FLOCK]: Add a new conditional, MAIL_UNLINK_SPOOL, 853 (main) [!MAIL_USE_FLOCK]: Add a new conditional, MAIL_UNLINK_SPOOL,
854 that is off by default -- normally don't unlink the mail spool 854 that is off by default -- normally don't unlink the mail spool
855 file, just empty it. Pass creat mode 0600, not 0666. 855 file, just empty it. Pass creat mode 0600, not 0666.
856 856
857 1992-02-07 Jim Blandy (jimb at pogo.cs.oberlin.edu) 857 1992-02-07 Jim Blandy (jimb@pogo.cs.oberlin.edu)
858 858
859 * Makefile (../arch-lib): Depend on ${EXECUTABLES}. 859 * Makefile (../arch-lib): Depend on ${EXECUTABLES}.
860 (all): Instead of here. 860 (all): Instead of here.
861 (install): Don't use the -s option, since people need symbols to 861 (install): Don't use the -s option, since people need symbols to
862 debug code. 862 debug code.
863 863
864 1992-01-19 (Eric Youngdale at youngdale@v6550c.nrl.navy.mil) 864 1992-01-19 Eric Youngdale (youngdale@v6550c.nrl.navy.mil)
865 865
866 * etags-vmslib.c (fn_exp): Add type cast. 866 * etags-vmslib.c (fn_exp): Add type cast.
867 867
868 1992-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu) 868 1992-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
869 869
870 * movemail.c: Changes in comments. 870 * movemail.c: Changes in comments.
871 871
872 1992-01-13 Jim Blandy (jimb at pogo.cs.oberlin.edu) 872 1992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu)
873 873
874 * Makefile: Make the distclean target erase the DOC files from 874 * Makefile: Make the distclean target erase the DOC files from
875 ../share-lib and the executables from ../arch-lib. 875 ../share-lib and the executables from ../arch-lib.
876 876
877 1992-01-09 Jim Blandy (jimb at pogo.cs.oberlin.edu) 877 1992-01-09 Jim Blandy (jimb@pogo.cs.oberlin.edu)
878 878
879 * emacsclient.c: #include <sys/stat.h> 879 * emacsclient.c: #include <sys/stat.h>
880 (main): Do declare statbfr. 880 (main): Do declare statbfr.
881 881
882 1991-12-21 Richard Stallman (rms at mole.gnu.ai.mit.edu) 882 1991-12-21 Richard Stallman (rms@mole.gnu.ai.mit.edu)
883 883
884 * emacsserver.c, emacsclient.c [BSD]: Use either /tmp or ~ 884 * emacsserver.c, emacsclient.c [BSD]: Use either /tmp or ~
885 for the socket, depending on SERVER_HOME_DIR. 885 for the socket, depending on SERVER_HOME_DIR.
886 If using /tmp, put host name in the socket name. 886 If using /tmp, put host name in the socket name.
887 887
893 (main): Remove (void). 893 (main): Remove (void).
894 894
895 * aixcc.lex: New file. Not officially part of Emacs. 895 * aixcc.lex: New file. Not officially part of Emacs.
896 * Makefile: Rules for that. 896 * Makefile: Rules for that.
897 897
898 1991-12-04 Jim Blandy (jimb at pogo.gnu.ai.mit.edu) 898 1991-12-04 Jim Blandy (jimb@pogo.gnu.ai.mit.edu)
899 899
900 * yow.c (main): Rename all references to PATH_EXEC to PATH_DATA. 900 * yow.c (main): Rename all references to PATH_EXEC to PATH_DATA.
901 901
902 * etags.c (main): Properly cast call to alloca that initializes 902 * etags.c (main): Properly cast call to alloca that initializes
903 included_files. 903 included_files.
909 file named "TAGS". 909 file named "TAGS".
910 (main): -i now takes an arg which is the name of a file to include. 910 (main): -i now takes an arg which is the name of a file to include.
911 Collect these names and emit include tags for them after processing 911 Collect these names and emit include tags for them after processing
912 all the argument files. 912 all the argument files.
913 913
914 1991-07-30 Richard Stallman (rms at mole.gnu.ai.mit.edu) 914 1991-07-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
915 915
916 * wakeup.c: Terminate if parent goes away. 916 * wakeup.c: Terminate if parent goes away.
917 917
918 1991-07-18 Richard Stallman (rms at mole.gnu.ai.mit.edu) 918 1991-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
919 919
920 * etags.c (C_entries): Process token before handling end of line. 920 * etags.c (C_entries): Process token before handling end of line.
921 When inner loops reach end of line, just back up. 921 When inner loops reach end of line, just back up.
922 Let the real end of line processing happen in just one place. 922 Let the real end of line processing happen in just one place.
923 (consider_token): Likewise. 923 (consider_token): Likewise.
924 924
925 1991-04-11 Jim Blandy (jimb at geech.gnu.ai.mit.edu) 925 1991-04-11 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
926 926
927 * etags.c (TEX_mode): Skip comments while scanning the text to see 927 * etags.c (TEX_mode): Skip comments while scanning the text to see
928 which escape character this file uses. 928 which escape character this file uses.
929 929
930 1991-03-29 Richard Stallman (rms at mole.gnu.ai.mit.edu) 930 1991-03-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
931 931
932 * emacsserver.c [USG]: Terminate if msgrcv fails. 932 * emacsserver.c [USG]: Terminate if msgrcv fails.
933 933
934 1991-03-03 Richard Stallman (rms at mole.ai.mit.edu) 934 1991-03-03 Richard Stallman (rms@mole.ai.mit.edu)
935 935
936 * emacsserver.c [BSD]: Check for errors on stdin after scanf. 936 * emacsserver.c [BSD]: Check for errors on stdin after scanf.
937 937
938 1991-01-25 Jim Blandy (jimb at churchy.ai.mit.edu) 938 1991-01-25 Jim Blandy (jimb@churchy.ai.mit.edu)
939 939
940 * make-docfile: Find the arguments to a C function correctly, 940 * make-docfile: Find the arguments to a C function correctly,
941 by not ignoring the character that read_c_string returns. Don't 941 by not ignoring the character that read_c_string returns. Don't
942 even try to find argument names for functions that take MANY 942 even try to find argument names for functions that take MANY
943 or UNEVALLED arguments, since they're a figment of the docstring's 943 or UNEVALLED arguments, since they're a figment of the docstring's
944 imagination. 944 imagination.
945 945
946 1991-01-14 Jim Blandy (jimb at churchy.ai.mit.edu) 946 1991-01-14 Jim Blandy (jimb@churchy.ai.mit.edu)
947 947
948 * make-docfile: Read the .elc files generated by the new byte 948 * make-docfile: Read the .elc files generated by the new byte
949 compiler. 949 compiler.
950 950
951 1990-12-31 Richard Stallman (rms at mole.ai.mit.edu) 951 1990-12-31 Richard Stallman (rms@mole.ai.mit.edu)
952 952
953 * refcard.tex: Use cm fonts, not am, in multi-column mode. 953 * refcard.tex: Use cm fonts, not am, in multi-column mode.
954 954
955 1990-11-29 Richard Stallman (rms at mole.ai.mit.edu) 955 1990-11-29 Richard Stallman (rms@mole.ai.mit.edu)
956 956
957 * movemail.c (mbx_delimit_begin): Put space before `unseen'. 957 * movemail.c (mbx_delimit_begin): Put space before `unseen'.
958 958
959 1990-11-27 Richard Stallman (rms at mole.ai.mit.edu) 959 1990-11-27 Richard Stallman (rms@mole.ai.mit.edu)
960 960
961 * Makefile (install*): No need to install wakeup. 961 * Makefile (install*): No need to install wakeup.
962 962
963 1990-11-26 Richard Stallman (rms at mole.ai.mit.edu) 963 1990-11-26 Richard Stallman (rms@mole.ai.mit.edu)
964 964
965 * Makefile (install*): Install emacsclient like etags. 965 * Makefile (install*): Install emacsclient like etags.
966 966
967 1990-11-13 Richard Stallman (rms at mole.ai.mit.edu) 967 1990-11-13 Richard Stallman (rms@mole.ai.mit.edu)
968 968
969 * movemail.c (error): Handle 3 args. 969 * movemail.c (error): Handle 3 args.
970 (main): Don't check input access if using pop. 970 (main): Don't check input access if using pop.
971 971
972 1990-10-16 Richard Stallman (rms at mole.ai.mit.edu) 972 1990-10-16 Richard Stallman (rms@mole.ai.mit.edu)
973 973
974 * etags.c (find_entries): Check for numbers after Scheme suffix. 974 * etags.c (find_entries): Check for numbers after Scheme suffix.
975 975
976 1990-10-14 Richard Stallman (rms at mole.ai.mit.edu) 976 1990-10-14 Richard Stallman (rms@mole.ai.mit.edu)
977 977
978 * termcap.dat (vt200-80): Fix ke and ks to frob flag 1. 978 * termcap.dat (vt200-80): Fix ke and ks to frob flag 1.
979 979
980 1990-10-09 Richard Stallman (rms at mole.ai.mit.edu) 980 1990-10-09 Richard Stallman (rms@mole.ai.mit.edu)
981 981
982 * Makefile (nemacstool, xvetool): New targets. 982 * Makefile (nemacstool, xvetool): New targets.
983 983
984 1990-09-26 Richard Stallman (rms at mole.ai.mit.edu) 984 1990-09-26 Richard Stallman (rms@mole.ai.mit.edu)
985 985
986 * emacsclient.c: Include errno.h and define related variables. 986 * emacsclient.c: Include errno.h and define related variables.
987 987
988 1990-09-23 Richard Stallman (rms at mole.ai.mit.edu) 988 1990-09-23 Richard Stallman (rms@mole.ai.mit.edu)
989 989
990 * emacsclient.c: Change usage message. 990 * emacsclient.c: Change usage message.
991 991
992 1990-08-30 David Lawrence (tale at pogo.ai.mit.edu) 992 1990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
993 993
994 * emacs.1: Add break before -nw option. 994 * emacs.1: Add break before -nw option.
995 995
996 1990-08-19 David J. MacKenzie (djm at apple-gunkies) 996 1990-08-19 David J. MacKenzie (djm@apple-gunkies)
997 997
998 * qsort.c: Replace with GNU version. 998 * qsort.c: Replace with GNU version.
999 999
1000 1990-08-14 David J. MacKenzie (djm at apple-gunkies) 1000 1990-08-14 David J. MacKenzie (djm@apple-gunkies)
1001 1001
1002 * wakeup.c: New program replacing loadst.c. 1002 * wakeup.c: New program replacing loadst.c.
1003 1003
1004 1990-08-14 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 1004 1990-08-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
1005 1005
1006 * emacsclient.c [USG]: Pass msgsnd only 4 args. 1006 * emacsclient.c [USG]: Pass msgsnd only 4 args.
1007 1007
1008 1990-08-09 David J. MacKenzie (djm at pogo.ai.mit.edu) 1008 1990-08-09 David J. MacKenzie (djm@pogo.ai.mit.edu)
1009 1009
1010 * etags.c: Rename `flag' variables for what they do instead of 1010 * etags.c: Rename `flag' variables for what they do instead of
1011 which option character sets them. 1011 which option character sets them.
1012 1012
1013 1990-05-28 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 1013 1990-05-28 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
1014 1014
1015 * loadst.c (main): Conditional to get load average on Apollo. 1015 * loadst.c (main): Conditional to get load average on Apollo.
1016 1016
1017 1990-05-22 Joseph Arceneaux (jla at churchy.ai.mit.edu) 1017 1990-05-22 Joseph Arceneaux (jla@churchy.ai.mit.edu)
1018 1018
1019 * emacsserver.c: Set the permission on the socket to 0600. 1019 * emacsserver.c: Set the permission on the socket to 0600.
1020 1020
1021 1990-03-27 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 1021 1990-03-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
1022 1022
1023 * emacsclient.c [BSD]: Print clean message for failing getwd. 1023 * emacsclient.c [BSD]: Print clean message for failing getwd.
1024 1024
1025 1990-03-20 David Lawrence (tale at pogo.ai.mit.edu) 1025 1990-03-20 David Lawrence (tale@pogo.ai.mit.edu)
1026 1026
1027 * getdate.y: Use the getdate.y from GNU tar for timer. 1027 * getdate.y: Use the getdate.y from GNU tar for timer.
1028 1028
1029 1990-03-18 Jim Kingdon (kingdon at pogo.ai.mit.edu) 1029 1990-03-18 Jim Kingdon (kingdon@pogo.ai.mit.edu)
1030 1030
1031 * emacsclient.c (main): Don't put brackets around "filename" in 1031 * emacsclient.c (main): Don't put brackets around "filename" in
1032 usage message. It isn't optional. 1032 usage message. It isn't optional.
1033 1033
1034 1990-03-14 Joseph Arceneaux (jla at churchy.ai.mit.edu) 1034 1990-03-14 Joseph Arceneaux (jla@churchy.ai.mit.edu)
1035 1035
1036 * etags.c (getit): Recognize '$' as beginning identifiers. 1036 * etags.c (getit): Recognize '$' as beginning identifiers.
1037 1037
1038 1990-02-22 David Lawrence (tale at pogo.ai.mit.edu) 1038 1990-02-22 David Lawrence (tale@pogo.ai.mit.edu)
1039 1039
1040 * emacsserver.c: Renamed from server.c. 1040 * emacsserver.c: Renamed from server.c.
1041 * Makefile: Reference emacsserver rather than server. 1041 * Makefile: Reference emacsserver rather than server.
1042 * MACHINES: Doc fix for new emacsserver name. 1042 * MACHINES: Doc fix for new emacsserver name.
1043 1043
1044 1990-01-25 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 1044 1990-01-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
1045 1045
1046 * emacsclient.c: Print program name in error messages. 1046 * emacsclient.c: Print program name in error messages.
1047 1047
1048 1990-01-19 David Lawrence (tale at cocoa-puffs) 1048 1990-01-19 David Lawrence (tale@cocoa-puffs)
1049 1049
1050 * timer.c, getdate.y (new files) and Makefile: 1050 * timer.c, getdate.y (new files) and Makefile:
1051 Sub-process support for run-at-time in timer.el. 1051 Sub-process support for run-at-time in timer.el.
1052 Doesn't yet work correctly for USG. 1052 Doesn't yet work correctly for USG.
1053 1053
1054 1990-01-10 Jim Kingdon (kingdon at pogo) 1054 1990-01-10 Jim Kingdon (kingdon@pogo)
1055 1055
1056 * MACHINES: Add HP 300 running BSD. 1056 * MACHINES: Add HP 300 running BSD.
1057 1057
1058 1990-01-02 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 1058 1990-01-02 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
1059 1059
1060 * yow.c: Dynamically allocate buffer; skip header before random 1060 * yow.c: Dynamically allocate buffer; skip header before random
1061 choice to avoid bias toward first item. 1061 choice to avoid bias toward first item.
1062 1062
1063 1989-12-24 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 1063 1989-12-24 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
1064 1064
1065 * etags.c (readline): Separate out init of `pend'. 1065 * etags.c (readline): Separate out init of `pend'.
1066 1066
1067 1989-12-17 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 1067 1989-12-17 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
1068 1068
1069 * etags.c: Undo changes relating to isgoodhdr. 1069 * etags.c: Undo changes relating to isgoodhdr.
1070 1070
1071 1989-12-16 Mosur Mohan (rms at sugar-bombs.ai.mit.edu) 1071 1989-12-16 Mosur Mohan (rms@sugar-bombs.ai.mit.edu)
1072 1072
1073 * etags.c (isgoodhdr): New macro. 1073 * etags.c (isgoodhdr): New macro.
1074 (_gdh, notgdh): New variable used by that. 1074 (_gdh, notgdh): New variable used by that.
1075 (init): Initialize _gdh. 1075 (init): Initialize _gdh.
1076 (find_entries): Set header_file. 1076 (find_entries): Set header_file.
1079 * etags.c (total_size_of_entries): 1079 * etags.c (total_size_of_entries):
1080 Was miscalculating by 1 in rewritten case. 1080 Was miscalculating by 1 in rewritten case.
1081 1081
1082 * etags.c (PAS_funcs): One arg to pfnote was missing. 1082 * etags.c (PAS_funcs): One arg to pfnote was missing.
1083 1083
1084 1989-12-05 Joseph Arceneaux (jla at spiff) 1084 1989-12-05 Joseph Arceneaux (jla@spiff)
1085 1085
1086 * MACHINES: Change for the ULTRIX entry. 1086 * MACHINES: Change for the ULTRIX entry.
1087 1087
1088 1989-11-21 Joseph Arceneaux (jla at spiff) 1088 1989-11-21 Joseph Arceneaux (jla@spiff)
1089 1089
1090 * etags.c (process_file): If file is not regular, return. 1090 * etags.c (process_file): If file is not regular, return.
1091 1091
1092 1989-11-06 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 1092 1989-11-06 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
1093 1093
1094 * loadst.c (main): Handle FIXUP_KERNEL_SYMBOL_ADDR. 1094 * loadst.c (main): Handle FIXUP_KERNEL_SYMBOL_ADDR.
1095 1095
1096 1989-10-30 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 1096 1989-10-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
1097 1097
1098 * loadst.c (load_average): If HAVE_GETLOADAVG, use getloadavg. 1098 * loadst.c (load_average): If HAVE_GETLOADAVG, use getloadavg.
1099 (main): If HAVE_GETLOADAVG, don't call `nlist'. 1099 (main): If HAVE_GETLOADAVG, don't call `nlist'.
1100 1100
1101 1989-10-25 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 1101 1989-10-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
1102 1102
1103 * etags.c (consider_token): Allow any number of typespec keywords 1103 * etags.c (consider_token): Allow any number of typespec keywords
1104 after `typedef', before new type name. 1104 after `typedef', before new type name.
1105 (enum sym_type): Add st_C_typespec. 1105 (enum sym_type): Add st_C_typespec.
1106 (C_create_stab): Put typespec kwds in table. 1106 (C_create_stab): Put typespec kwds in table.
1107 1107
1108 1989-08-27 Richard Stallman (rms at apple-gunkies.ai.mit.edu) 1108 1989-08-27 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
1109 1109
1110 * etags.c (main): Don't depend on name invoked by. 1110 * etags.c (main): Don't depend on name invoked by.
1111 If CTAGS is not defined, assume it is ETAGS. 1111 If CTAGS is not defined, assume it is ETAGS.
1112 1112
1113 1989-07-31 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 1113 1989-07-31 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
1114 1114
1115 * etags.c (L_funcs): Allow package name in define construct, 1115 * etags.c (L_funcs): Allow package name in define construct,
1116 as in (foo::defmumble name-defined ...). 1116 as in (foo::defmumble name-defined ...).
1117 1117
1118 1989-07-30 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 1118 1989-07-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
1119 1119
1120 * etags.c (find_entries): Stupid bug testing for C filename suffixes. 1120 * etags.c (find_entries): Stupid bug testing for C filename suffixes.
1121 1121
1122 * Makefile (yow): Depends on ../src/paths.h. 1122 * Makefile (yow): Depends on ../src/paths.h.
1123 1123
1124 1989-07-04 Richard Stallman (rms at apple-gunkies.ai.mit.edu) 1124 1989-07-04 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
1125 1125
1126 * etags.c: Fix compilation by moving Pascal after Fortran. 1126 * etags.c: Fix compilation by moving Pascal after Fortran.
1127 1127
1128 1989-06-15 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 1128 1989-06-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
1129 1129
1130 * movemail.c [USG]: Define F_OK, etc., if not found in header. 1130 * movemail.c [USG]: Define F_OK, etc., if not found in header.
1131 1131
1132 1989-05-27 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 1132 1989-05-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
1133 1133
1134 * hexl.c: New file, supports hexl-mode. 1134 * hexl.c: New file, supports hexl-mode.
1135 1135
1136 1989-05-14 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 1136 1989-05-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
1137 1137
1138 * movemail.c: New compilation flag MAIL_USE_MMDF. 1138 * movemail.c: New compilation flag MAIL_USE_MMDF.
1139 1139
1140 1989-05-08 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 1140 1989-05-08 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
1141 1141
1142 * emacsclient.c: Use BSD code whenever HAVE_SOCKETS. 1142 * emacsclient.c: Use BSD code whenever HAVE_SOCKETS.
1143 * server.c: Likewise. 1143 * server.c: Likewise.
1144 1144
1145 * make-docfile.c (scan_c_file): Output argument names at end of string. 1145 * make-docfile.c (scan_c_file): Output argument names at end of string.
1146 (write_c_args): New subroutine. 1146 (write_c_args): New subroutine.
1147 1147
1148 1989-04-27 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 1148 1989-04-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
1149 1149
1150 * movemail.c: Report failure of flock. 1150 * movemail.c: Report failure of flock.
1151 1151
1152 1989-04-19 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 1152 1989-04-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
1153 1153
1154 * etags.c (find_entries): Allow multi-letter extensions for fortran. 1154 * etags.c (find_entries): Allow multi-letter extensions for fortran.
1155 1155
1156 1989-04-18 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 1156 1989-04-18 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
1157 1157
1158 * loadst.c: on bsd4.3, use gettimeofday instead of CPUSTATES. 1158 * loadst.c: on bsd4.3, use gettimeofday instead of CPUSTATES.
1159 1159
1160 1989-03-15 Jeff Peck (rms at sugar-bombs.ai.mit.edu) 1160 1989-03-15 Jeff Peck (rms@sugar-bombs.ai.mit.edu)
1161 1161
1162 * emacstool.c: setenv IN_EMACSTOOL=t, TERM=sun, TERMCAP=. 1162 * emacstool.c: setenv IN_EMACSTOOL=t, TERM=sun, TERMCAP=.
1163 1163
1164 * emacsstool.1: update to document environment variables. 1164 * emacsstool.1: update to document environment variables.
1165 1165
1166 1989-02-21 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 1166 1989-02-21 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
1167 1167
1168 * etags.c (PAS_funcs): New function by Mosur Mohan. 1168 * etags.c (PAS_funcs): New function by Mosur Mohan.
1169 1169
1170 * movemail.c: On sysv, include unistd.h. 1170 * movemail.c: On sysv, include unistd.h.
1171 1171
1172 1989-02-18 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 1172 1989-02-18 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
1173 1173
1174 * b2m.c: New file. 1174 * b2m.c: New file.
1175 1175
1176 1989-02-15 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 1176 1989-02-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
1177 1177
1178 * etags.c: Prolog support from Sunichirou Sugou 1178 * etags.c: Prolog support from Sunichirou Sugou
1179 1179
1180 1989-02-03 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 1180 1989-02-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
1181 1181
1182 * Makefile (clean): New target. 1182 * Makefile (clean): New target.
1183 1183
1184 1989-01-25 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 1184 1989-01-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
1185 1185
1186 * fakemail.c (put_line): Break header lines at 79 cols. 1186 * fakemail.c (put_line): Break header lines at 79 cols.
1187 1187
1188 1989-01-19 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 1188 1989-01-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
1189 1189
1190 * etags.c: Greatly rewritten by Sam Kendall for C++ support and for 1190 * etags.c: Greatly rewritten by Sam Kendall for C++ support and for
1191 multiple tags per line. 1191 multiple tags per line.
1192 1192
1193 1989-01-03 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 1193 1989-01-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
1194 1194
1195 * movemail.c: Check access before doing real work. 1195 * movemail.c: Check access before doing real work.
1196 Check that outfile is in a writable directory. 1196 Check that outfile is in a writable directory.
1197 On fatal error, delete the lock file. 1197 On fatal error, delete the lock file.
1198 1198
1199 1988-12-31 Richard Mlynarik (mly at rice-chex.ai.mit.edu) 1199 1988-12-31 Richard Mlynarik (mly@rice-chex.ai.mit.edu)
1200 1200
1201 * env.c: Add decl for my-index 1201 * env.c: Add decl for my-index
1202 * etags.c (file-entries): .oak => scheme 1202 * etags.c (file-entries): .oak => scheme
1203 1203
1204 1988-12-30 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 1204 1988-12-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
1205 1205
1206 * movemail.c: Use `access' to check input and output files. 1206 * movemail.c: Use `access' to check input and output files.
1207 1207
1208 1988-12-28 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 1208 1988-12-28 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
1209 1209
1210 * emacsclient.c (main): Ignore all of CWD before first slash. 1210 * emacsclient.c (main): Ignore all of CWD before first slash.
1211 1211
1212 1988-12-27 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 1212 1988-12-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
1213 1213
1214 * etags.c (readline): Double linebuffer->size outside the xrealloc. 1214 * etags.c (readline): Double linebuffer->size outside the xrealloc.
1215 1215
1216 1988-12-22 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 1216 1988-12-22 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
1217 1217
1218 * server.c, emacsclient.c: Don't try to use gid_t; it isn't defined. 1218 * server.c, emacsclient.c: Don't try to use gid_t; it isn't defined.
1219 * server.c: chmod the socket to 0700. 1219 * server.c: chmod the socket to 0700.
1220 1220
1221 1988-12-09 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 1221 1988-12-09 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
1222 1222
1223 * fakemail.c (main): Let env var FAKEMAILER override pgm to run. 1223 * fakemail.c (main): Let env var FAKEMAILER override pgm to run.
1224 (add_field): Delete comments and turn `<', `>' to spaces 1224 (add_field): Delete comments and turn `<', `>' to spaces
1225 in header lines. 1225 in header lines.
1226 (USE_FAKEMAIL): New customization macro says to make fakemail 1226 (USE_FAKEMAIL): New customization macro says to make fakemail
1227 not be a no-op even on a BSD system. 1227 not be a no-op even on a BSD system.
1228 1228
1229 1988-12-01 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 1229 1988-12-01 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
1230 1230
1231 * etags.c (consider_token): Skip comments just like whitespace. 1231 * etags.c (consider_token): Skip comments just like whitespace.
1232 Notice `struct', etc. and set strtag for those tokens. 1232 Notice `struct', etc. and set strtag for those tokens.
1233 Return 1 for the token following `struct' if an open-brace follows it. 1233 Return 1 for the token following `struct' if an open-brace follows it.
1234 (C_entries): Special handling of token following `struct' 1234 (C_entries): Special handling of token following `struct'
1235 needed because we have probably advanced to the following line 1235 needed because we have probably advanced to the following line
1236 to find the `{'. 1236 to find the `{'.
1237 (main): New option `T' sets tflag and strflag. 1237 (main): New option `T' sets tflag and strflag.
1238 Set both of them by default if eflags. 1238 Set both of them by default if eflags.
1239 1239
1240 1988-11-30 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 1240 1988-11-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
1241 1241
1242 * movemail.c: Do fsync before closing output. 1242 * movemail.c: Do fsync before closing output.
1243 1243
1244 1988-11-29 Richard Mlynarik (mly at pickled-brain.ai.mit.edu) 1244 1988-11-29 Richard Mlynarik (mly@pickled-brain.ai.mit.edu)
1245 1245
1246 * movemail.c: Better error message when can't create tempname. 1246 * movemail.c: Better error message when can't create tempname.
1247 This file needs a great deal of extra error-checking and lucid reporting... 1247 This file needs a great deal of extra error-checking and lucid reporting...
1248 1248
1249 1988-11-16 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 1249 1988-11-16 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
1250 1250
1251 * etags.c: Support assembler code for .s and .a files. 1251 * etags.c: Support assembler code for .s and .a files.
1252 (getit): Allow underscore in a tag. 1252 (getit): Allow underscore in a tag.
1253 1253
1254 1988-11-15 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 1254 1988-11-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
1255 1255
1256 * movemail.c: Close output and check errors before deleting input. 1256 * movemail.c: Close output and check errors before deleting input.
1257 1257
1258 1988-10-01 Richard Stallman (rms at apple-gunkies.ai.mit.edu) 1258 1988-10-01 Richard Stallman (rms@apple-gunkies.ai.mit.edu)
1259 1259
1260 * emacsclient.c [SYSVIPC]: Compute cwd only once; decide properly 1260 * emacsclient.c [SYSVIPC]: Compute cwd only once; decide properly
1261 whether to prefix it. Handle line number args. 1261 whether to prefix it. Handle line number args.
1262 1262
1263 1988-09-24 Richard Stallman (rms at gluteus.ai.mit.edu) 1263 1988-09-24 Richard Stallman (rms@gluteus.ai.mit.edu)
1264 1264
1265 * etags.c (main): default setting of eflag was backwards. 1265 * etags.c (main): default setting of eflag was backwards.
1266 1266
1267 1988-09-23 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 1267 1988-09-23 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
1268 1268
1269 * etags.c: New option -i. -f renamed -o. 1269 * etags.c: New option -i. -f renamed -o.
1270 `-' as input file means read input file names from stdin. 1270 `-' as input file means read input file names from stdin.
1271 -i spec'd or input file named TAGS means the input file is another 1271 -i spec'd or input file named TAGS means the input file is another
1272 tag table; output an "include" line for it. 1272 tag table; output an "include" line for it.
1273 1273
1274 1988-09-19 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 1274 1988-09-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
1275 1275
1276 * Makefile: New vars DESTDIR, BINDIR, LIBDIR, MANDIR, MANEXT. 1276 * Makefile: New vars DESTDIR, BINDIR, LIBDIR, MANDIR, MANEXT.
1277 New targets install, install.sysv, install.xenix. 1277 New targets install, install.sysv, install.xenix.
1278 This makefile is now responsible for installing executables 1278 This makefile is now responsible for installing executables
1279 and documentation from this directory into system directories. 1279 and documentation from this directory into system directories.
1280 1280
1281 1988-09-16 Richard Stallman (rms at corn-chex.ai.mit.edu) 1281 1988-09-16 Richard Stallman (rms@corn-chex.ai.mit.edu)
1282 1282
1283 * server.c, emacsclient.c (main): Compute socket name from euid. 1283 * server.c, emacsclient.c (main): Compute socket name from euid.
1284 1284
1285 1988-08-04 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 1285 1988-08-04 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
1286 1286
1287 * emacsclient.c: Args like +DIGITS are passed through unchanged. 1287 * emacsclient.c: Args like +DIGITS are passed through unchanged.
1288 1288
1289 1988-07-12 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 1289 1988-07-12 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
1290 1290
1291 * server.c: If both BSD and HAVE_SYSVIPC, use the latter. 1291 * server.c: If both BSD and HAVE_SYSVIPC, use the latter.
1292 * emacsclient.c: Likewise. 1292 * emacsclient.c: Likewise.
1293 In the HAVE_SYSVIPC alternative, if BSD, use getwd instead of getcwd. 1293 In the HAVE_SYSVIPC alternative, if BSD, use getwd instead of getcwd.
1294 1294
1295 1988-06-23 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 1295 1988-06-23 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
1296 1296
1297 * etags.c: Handle `typedef struct foo {' (price@mcc.com). 1297 * etags.c: Handle `typedef struct foo {' (price@mcc.com).
1298 (istoken) New string-comparison macro. 1298 (istoken) New string-comparison macro.
1299 (consider_token): New arg `level'. New state `tag_ok' in `tydef'. 1299 (consider_token): New arg `level'. New state `tag_ok' in `tydef'.
1300 1300
1301 1988-06-14 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 1301 1988-06-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
1302 1302
1303 * etags.c: Changes for VMS. 1303 * etags.c: Changes for VMS.
1304 Always define ETAGS on VMS. 1304 Always define ETAGS on VMS.
1305 Define macros GOOD and BAD for success and failure exit codes. 1305 Define macros GOOD and BAD for success and failure exit codes.
1306 (begtk, intk): Allow `$' in identifiers 1306 (begtk, intk): Allow `$' in identifiers
1308 Alternate loop for scanning filename arguments. 1308 Alternate loop for scanning filename arguments.
1309 (system): Delete definition of this function. 1309 (system): Delete definition of this function.
1310 1310
1311 * etags-vmslib.c (system): Undefine this; VMS now provides it. 1311 * etags-vmslib.c (system): Undefine this; VMS now provides it.
1312 1312
1313 1988-06-08 Richard Stallman (rms at sugar-bombs.ai.mit.edu) 1313 1988-06-08 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
1314 1314
1315 * loadst.c: Prevent multiple-def errors on BSD and BSD4_3 1315 * loadst.c: Prevent multiple-def errors on BSD and BSD4_3
1316 around include of param.h. (Like fns.c.) 1316 around include of param.h. (Like fns.c.)
1317 1317
1318 1988-05-16 Richard Stallman (rms at frosted-flakes.ai.mit.edu) 1318 1988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
1319 1319
1320 * loadst.c (load_average): Move load-average code to this new fn. 1320 * loadst.c (load_average): Move load-average code to this new fn.
1321 Add conditionals to compute load ave on UMAX. 1321 Add conditionals to compute load ave on UMAX.
1322 1322
1323 1988-05-14 Richard Stallman (rms at lucky-charms.ai.mit.edu) 1323 1988-05-14 Richard Stallman (rms@lucky-charms.ai.mit.edu)
1324 1324
1325 * loadst.c: Change DK_HEADER_FILE to DKSTAT_HEADER_FILE 1325 * loadst.c: Change DK_HEADER_FILE to DKSTAT_HEADER_FILE
1326 with opposite sense. 1326 with opposite sense.
1327 1327
1328 1988-05-13 Chris Hanson (cph at kleph) 1328 1988-05-13 Chris Hanson (cph@kleph)
1329 1329
1330 * emacsclient.c: Delete references to unused variable `out'. This 1330 * emacsclient.c: Delete references to unused variable `out'. This
1331 caused a bus error when used under hp-ux. 1331 caused a bus error when used under hp-ux.
1332 1332
1333 1988-05-06 Richard Stallman (rms at frosted-flakes.ai.mit.edu) 1333 1988-05-06 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
1334 1334
1335 * loadst.c: Control dk.h conditional with DK_HEADER_FILE. 1335 * loadst.c: Control dk.h conditional with DK_HEADER_FILE.
1336 1336
1337 1988-05-04 Richard Stallman (rms at rice-krispies.ai.mit.edu) 1337 1988-05-04 Richard Stallman (rms@rice-krispies.ai.mit.edu)
1338 1338
1339 * etags.c (find_entries): `.t' or `.sch' means scheme code. 1339 * etags.c (find_entries): `.t' or `.sch' means scheme code.
1340 1340
1341 1988-04-29 Richard Stallman (rms at frosted-flakes.ai.mit.edu) 1341 1988-04-29 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
1342 1342
1343 * loadst.c: Add BSD4_3 conditional for file dk.h instead of dkstat.h. 1343 * loadst.c: Add BSD4_3 conditional for file dk.h instead of dkstat.h.
1344 1344
1345 1988-04-28 Richard Stallman (rms at frosted-flakes.ai.mit.edu) 1345 1988-04-28 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
1346 1346
1347 * movemail.c: #undef close, since config can #define it on V.3. 1347 * movemail.c: #undef close, since config can #define it on V.3.
1348 * emacsclient.c, fakemail.c, loadst.c, server.c: likewise. 1348 * emacsclient.c, fakemail.c, loadst.c, server.c: likewise.
1349 1349
1350 1988-04-26 Richard Stallman (rms at lucky-charms.ai.mit.edu) 1350 1988-04-26 Richard Stallman (rms@lucky-charms.ai.mit.edu)
1351 1351
1352 * etags.c (TEX_mode, etc.): Remove superfluous backslashes from 1352 * etags.c (TEX_mode, etc.): Remove superfluous backslashes from
1353 invalid escape sequences such as `\{'. 1353 invalid escape sequences such as `\{'.
1354 1354
1355 * loadst.c: Add `sequent' conditional for file dk.h. 1355 * loadst.c: Add `sequent' conditional for file dk.h.
1356 1356
1357 1988-03-20 Richard M. Stallman (rms at wilson) 1357 1988-03-20 Richard M. Stallman (rms@wilson)
1358 1358
1359 * server.c [not BSD and not HAVE_SYSVIPC]: fix error message. 1359 * server.c [not BSD and not HAVE_SYSVIPC]: fix error message.
1360 1360
1361 * loadst.c (main) [XENIX]: use /usr/spool/mail, not /usr/mail. 1361 * loadst.c (main) [XENIX]: use /usr/spool/mail, not /usr/mail.
1362 1362