Mercurial > emacs
annotate nt/ChangeLog @ 30545:4fc9847efaf6
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Mon, 31 Jul 2000 15:41:39 +0000 |
parents | f797982fdee0 |
children | bd0e2cc46c49 |
rev | line source |
---|---|
30077 | 1 2000-07-05 Andrew Innes <andrewi@gnu.org> |
2 | |
3 * ebuild.bat: Add support for specifying make arguments. | |
4 | |
5 * makefile.nt: Add support for `bootstrap' and related targets. | |
6 | |
29564 | 7 2000-06-11 Jason Rumney <jasonr@gnu.org> |
8 | |
9 * config.nt: Define POINTER_TYPE, PTR, PROTOTYPES and __P. | |
10 | |
27634
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
26549
diff
changeset
|
11 2000-02-06 Andrew Innes <andrewi@gnu.org> |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
26549
diff
changeset
|
12 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
26549
diff
changeset
|
13 * inc/sys/time.h: Add inclusion protection. |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
26549
diff
changeset
|
14 |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
26549
diff
changeset
|
15 * makefile.def (SYS_LDFLAGS): Add -nologo. |
6c9ee29e8955
* dispextern.h: Change HAVE_X_WINDOWS to HAVE_WINDOW_SYSTEM,
Andrew Innes <andrewi@gnu.org>
parents:
26549
diff
changeset
|
16 |
26543 | 17 1999-11-22 Andrew Innes <andrewi@gnu.org> |
18 | |
26549 | 19 * install.bat: Pass on command line arguments to make. |
20 | |
26543 | 21 * makefile.nt (fast_install): Bring commands up-to-date, and fix |
22 typo. | |
23 | |
26538 | 24 1999-11-21 Andrew Innes <andrewi@gnu.org> |
25 | |
26 * makefile.nt (all): Build leim if present. | |
27 (install): Install leim if present. | |
28 (clean): Clean leim if present. | |
29 | |
30 * addpm.c (env_vars): Include leim in default EMACSLOADPATH | |
31 definition. | |
32 | |
33 * emacs.bat.in (EMACSLOADPATH): Include leim. | |
34 | |
25856 | 35 1999-07-12 Richard Stallman <rms@gnu.org> |
36 | |
37 * Version 20.4 released. | |
38 | |
39 1999-06-16 Andrew Innes <andrewi@gnu.org> | |
40 | |
41 * emacs.rc: Use an icon with a transparent background, to be in | |
42 keeping with other applications. | |
43 | |
44 1999-06-03 Andrew Innes <andrewi@gnu.org> | |
45 | |
46 * preprep.c: Fix typo. | |
47 | |
48 1999-05-02 Andrew Innes <andrewi@gnu.org> | |
49 | |
50 * config.h: Remove obsolete file. | |
51 | |
52 * preprep.c (copy_executable_and_move_sections): Ifdef out a | |
53 couple of unused switch cases that aren't defined on all | |
54 platforms. | |
55 | |
56 * ftime.bat: Add another variation of the profile command, which | |
57 only profiles extended commands. | |
58 | |
59 1999-03-31 Geoff Voelker <voelker@cs.washington.edu> | |
60 | |
61 * cmdproxy.c (main): Fix parens. | |
62 | |
63 1999-03-25 Andrew Innes <andrewi@gnu.org> | |
64 | |
65 * cmdproxy.c (main): Call GetShortPathName to normalize program | |
66 names for comparison. | |
67 | |
68 1999-03-05 Geoff Voelker <voelker@cs.washington.edu> | |
69 | |
70 * makefile.def: Compile multiple .c files when possible. | |
71 Use BLD instead of assuming i386. | |
72 * makefile.nt: Remove common multiple file compilation commands. | |
73 | |
74 1999-03-04 Geoff Voelker <voelker@cs.washington.edu> | |
75 | |
76 * cmdproxy.c (main): Add missing parens. | |
77 | |
78 1999-02-20 Andrew Innes <andrewi@gnu.org> | |
79 | |
80 * preprep.c: New program to allow dumped image to be profiled. | |
81 | |
82 * makefile.nt (preprep): New target. | |
83 (ALL): Build it. | |
84 | |
85 * makefile.def (ARCH_CFLAGS): Set struct packing to 8. | |
86 | |
87 * ftime.bat: Invoke preprep to prepare dumped image for profiling. | |
88 Change prep options to profile libc functions and skip the startup | |
89 code. | |
90 | |
91 1999-02-15 Geoff Voelker <voelker@cs.washington.edu> | |
92 | |
93 * makefile.nt: Create installation directory as first step. | |
94 | |
95 1999-01-31 Andrew Innes <andrewi@gnu.org> | |
96 | |
97 * addsection.c: (ROUND_UP_DST_AND_ZERO): Renamed from | |
98 ROUND_UP_DST. Zeroes the alignment slop. | |
99 (copy_executable_and_add_section): Update the | |
100 SizeOfHeaders field properly. | |
101 | |
102 1999-01-27 Andrew Innes <andrewi@gnu.org> | |
103 | |
104 * makefile.nt: Do make version comparison as strings. | |
105 | |
106 1999-01-26 Andrew Innes <andrewi@harlequin.co.uk> | |
107 | |
108 * runemacs.c (WinMain): Pass explicit environment block to | |
109 CreateProcess, to work around a bug in Windows 95/98. | |
110 | |
111 1999-01-22 Geoff Voelker <voelker@cs.washington.edu> | |
112 | |
113 * icons: New directory with Davenport's icons. | |
114 icons/sink.ico: Renamed from emacs.ico. | |
115 | |
116 * makefile.nt (install, fast_install): Install Windows icons | |
117 into etc/icons. | |
118 | |
119 * emacs.rc (ICON): Use icons/gnu2a32.ico as the default icon. | |
120 | |
121 1999-01-17 Andrew Innes <andrewi@gnu.org> | |
122 | |
123 * makefile.nt: (ALL): List top-level targets. | |
124 (addsection): New top-level target. | |
125 (install): Copy fns-*.el to bin directory. | |
126 | |
127 * addsection.c: New program to add static heap section to | |
128 temacs.exe after linking, in support of new unexec method. | |
129 | |
130 1998-12-28 Andrew Innes <andrewi@delysid.gnu.org> | |
131 | |
132 * cmdproxy.c (spawn): Pass directory for child as parameter. | |
133 (main): Save startup directory to give to spawn, then change | |
134 directory to location of .exe in order not to prevent startup | |
135 directory from being deleted. | |
136 | |
137 1998-12-08 Geoff Voelker <voelker@cs.washington.edu> | |
138 | |
139 * makefile.nt: Do string comparision of _NMAKE_VER. | |
140 | |
141 1998-12-02 Geoff Voelker <voelker@cs.washington.edu> | |
142 | |
143 * config.nt (LOCALTIME_CACHE): Define. | |
144 | |
145 1998-11-13 Andrew Innes <andrewi@delysid.gnu.org> | |
146 | |
147 * install.bat: Convert to DOS format. | |
148 | |
149 1998-11-10 Andrew Innes <andrewi@harlequin.co.uk> | |
150 | |
151 * cmdproxy.c (main): Set environment size only when running | |
152 command.com. | |
153 | |
154 1998-11-03 Theodore Jump <tjump@tertius.com> | |
155 | |
156 * makefile.def (SYS_LDFLAGS): Use swapfile when running from cd or net. | |
157 (DEL_TREE): Use rd instead of rmdir. | |
158 (ARCH_CFLAGS): Optimize for P6. Align structures on 8-byte boundaries. | |
159 * makefile.nt: Compile multiple source files when possible. | |
160 | |
161 1998-10-05 Geoff Voelker <voelker@cs.washington.edu> | |
162 | |
163 * cmdproxy.c (main): Treat command line options as case-insensitive. | |
164 | |
165 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
166 | |
167 * Version 20.3 released. | |
168 | |
169 1998-07-20 Geoff Voelker <voelker@cs.washington.edu> | |
170 | |
171 * addpm.c (main): Explicitly check result of message box for OK. | |
172 | |
173 1998-06-05 Andrew Innes <andrewi@harlequin.co.uk> | |
174 | |
175 * inc/sys/file.h (D_OK): Define new macro. | |
176 | |
177 1998-06-01 Andrew Innes <andrewi@mescaline.gnu.org> | |
178 | |
179 * makefile.def (CFLAGS): Do not define HAVE_NTGUI. | |
180 | |
181 1998-05-30 Geoff Voelker <voelker@cs.washington.edu> | |
182 | |
183 * emacs.rc (VS_VERSION_INFO): Define. | |
184 | |
185 1998-04-23 Geoff Voelker <voelker@cs.washington.edu> | |
186 | |
187 * makefile.nt (emacs.bat, debug.bat): Create them in the | |
188 installation directory. | |
189 | |
190 1998-04-23 Andrew Innes <andrewi@harlequin.co.uk> | |
191 | |
192 * ddeclient.c: New file. (Support program for performing limited | |
193 interprocess communication on Windows.) | |
194 | |
195 * makefile.nt: Build ddeclient. | |
196 | |
197 * cmdproxy.c (main): Only set environment size for real shell, and | |
198 provide extra directory argument, when running on Windows 95. | |
199 | |
200 1998-04-17 Geoff Voelker <voelker@cs.washington.edu> | |
201 | |
202 * cmdproxy.c (fail): Exit with a negative return value. | |
203 (spawn): Return subprocess return code as an argument. | |
204 Explicitly copy environment block. | |
205 (main): Update to use return value argument with spawn. | |
206 Retry if spawn failed when a subshell was not tried. | |
207 | |
208 * config.nt: Include new macros from src/config.in. | |
209 (GNU_MALLOC, REL_ALLOC): Define. | |
210 (RE_TRANSLATE_TYPE): Use Lisp_Object as type. | |
211 (RE_TRANSLATE): Use char_table_translate. | |
212 | |
213 * makefile.def (CP_DIR): Preserve attributes. | |
214 | |
215 * makefile.nt (clean): Delete patch generated files, optimized | |
216 build directory. | |
217 | |
218 1997-10-01 Geoff Voelker <voelker@cs.washington.edu> | |
219 | |
220 * addpm.c (env_vars): Fix misplaced % in SHELL entry. | |
221 | |
222 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
223 | |
224 * Version 20.2 released. | |
225 | |
226 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
227 | |
228 * Version 20.1 released. | |
229 | |
230 1997-09-11 Geoff Voelker <voelker@cs.washington.edu> | |
231 | |
232 * debug.bat.in: New file. | |
233 * makefile.nt (debug.bat): New target. | |
234 | |
235 1997-09-02 Andrew Innes <andrewi@harlequin.co.uk> | |
236 | |
237 * addpm.c (env_vars): Put site-lisp before lisp in EMACSLOADPATH. | |
238 Quote group name. Allow different icons to be specified. | |
239 | |
240 * cmdproxy.c (get_env_size): New function. | |
241 (spawn): Explicitly pass in environment when creating subprocess. | |
242 (main): Cleaup error messages. | |
243 Specify dynamically sized environment block for real shell. | |
244 Pass on unhandled switches to real shell. | |
245 Quote program name. | |
246 | |
247 * makefile.def (CFLAGS_COMMON): Place pdb file in object build | |
248 directory. | |
249 (CFLAGS) [!MSVCNT11]: Define _CRTAPI1. | |
250 | |
251 * runemacs.c (WinMain): Allow Emacs process to be started with | |
252 high or low priority. | |
253 | |
254 * emacs.bat.in: Remove OS dependent operations. | |
255 | |
256 1997-09-02 Geoff Voelker <voelker@cs.washington.edu> | |
257 | |
258 * addpm.c (env_vars): No longer set INFOPATH. | |
259 | |
260 * cmdproxy.c (get_next_token): Null terminate token returned. | |
261 | |
262 * emacs.bat.in (INFOPATH): No longer set INFOPATH. | |
263 | |
264 1997-08-10 Andrew Innes <andrewi@harlequin.co.uk> | |
265 | |
266 * addpm.c (env_vars): Set SHELL to cmdproxy. | |
267 (main): Initialize idDde to 0. | |
268 Determine emacs_path from module file name. | |
269 Prompt for install. | |
270 | |
271 * makefile.def (MSVCNT11): Conditionally define it. | |
272 (BASE_LIBS): Do not use oldnames.lib. | |
273 (SYS_LDFLAGS): Use pdb files. | |
274 (CFLAGS_COMMON) [!spd]: Define EMACSDEBUG. | |
275 (ARCH_CFLAGS) [i386 && spd]: Use space optimizations. | |
276 (ARCH_CFLAGS) [alpha && spd]: Use optimizations. | |
277 | |
278 * makefile.nt (ALL): Build cmdproxy. | |
279 (cmdproxy): New target. | |
280 (install): Install cmdproxy. | |
281 | |
282 * ftime.bat, debug.bat, cmdproxy.c: New files. | |
283 | |
284 1997-07-10 Geoff Voelker <voelker@cs.washington.edu> | |
285 | |
286 * inc/sys/socket.h: (shutdown): Define. | |
287 (sys_shutdown): Export. | |
288 | |
289 1997-07-08 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
290 | |
291 * config.nt (RE_TRANSLATE): Copy definition from config.in. | |
292 | |
293 1997-07-01 Geoff Voelker <voelker@cs.washington.edu> | |
294 | |
295 * config.nt: Update file comments. | |
296 Update undefs added/removed in src/config.in. | |
297 | |
298 1997-06-19 Geoff Voelker <voelker@cs.washington.edu> | |
299 | |
300 * makefil.def, emacs.bat: Use windows95 and windowsnt instead | |
301 of win95 and winnt, respectively. | |
302 | |
303 1997-01-04 Geoff Voelker <voelker@cs.washington.edu> | |
304 | |
305 * makefile.nt (real_install): Create site-lisp in installation dir. | |
306 * addpm.c (env_vars): Add site-lisp to EMACSLOADPATH. | |
307 * emacs.bat.in: Add site-lisp to EMACSLOADPATH. | |
308 | |
309 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
310 | |
311 * Version 19.33 released. | |
312 | |
313 1996-08-09 Geoff Voelker <voelker@cs.washington.edu> | |
314 | |
315 * runemacs.c (WinMain): Put a space between the binary and its args. | |
316 | |
317 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
318 | |
319 * Version 19.32 released. | |
320 | |
321 1996-07-16 Andrew Innes <andrewi@harlequin.co.uk> | |
322 | |
323 * makefile.nt (clean): Use OBJDIR macro. | |
324 | |
325 1996-06-03 Kim F. Storm <kfs@olicom.dk> | |
326 | |
327 * runemacs.c (CHOOSE_NEWEST_EXE): New parameter macro. | |
328 Not defined by default. | |
329 (WinMain): Add conditional testing CHOOSE_NEWEST_EXE. | |
330 (WinMain): Convert backslashes to slashes in env var values. | |
331 | |
332 * addpm.c (env_vars): Use slashes, not backslashes. | |
333 | |
334 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
335 | |
336 * Version 19.31 released. | |
337 | |
338 1996-05-13 Andrew Innes <andrewi@harlequin.co.uk> | |
339 | |
340 * install.bat: Set BUILD_TYPE and INSTALL_DIR before calling make; | |
341 undo settings afterwards. | |
342 | |
343 1996-05-08 Andrew Innes <andrewi@harlequin.co.uk> | |
344 | |
345 * addpm.c (env_vars): Set SHELL registry entry to value of COMSPEC | |
346 environment variable. | |
347 | |
348 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk> | |
349 | |
350 * install.bat: Allow for optimized build. | |
351 * makefile.def [BUILD_TYPE]: Build optimized version in its own dir. | |
352 (ARCH_CFLAGS) [BUILD_TYPE == spd]: Build optimized version. | |
353 | |
354 1996-05-03 Andrew Innes <andrewi@harlequin.co.uk> | |
355 | |
356 * addpm.c (REG_ROOT): Don't use a trailing backslash. | |
357 (env_vars): Rename field emacs_path to emacs_dir. | |
358 (main): Add link to runemacs instead of emacs. | |
359 | |
360 * install.bat: Check if INSTALL_DIR is passed as an argument. | |
361 | |
362 * makefile.def (CONFIG_H) [WIN95]: Use config.nt. | |
363 | |
364 * makefile.nt: Build and install runemacs.exe. | |
365 | |
366 * runemacs.c: New file. | |
367 | |
368 * config.w95: File removed. | |
369 | |
370 * inc/netdb.h, inc/unistd.h, inc/arpa/inet.h, inc/netinet/in.h, | |
371 inc/sys/socket.h, inc/sys/time.h: New header files. | |
372 | |
373 * inc/sys/file.h (F_OK, X_OK, W_OK, R_OK): New macros. | |
374 | |
375 1996-03-27 Geoff Voelker <voelker@cs.washington.edu> | |
376 | |
377 * makefile.def (DEL): Defined. | |
378 (DEL_TREE) [win95]: Defined. | |
379 (SYS_LDFLAGS): Set executable versions to 3.10. | |
380 | |
381 * makefile.nt: Change uses of del to $(DEL). | |
382 | |
383 1996-01-17 Erik Naggum <erik@naggum.no> | |
384 | |
385 * All files: Update FSF's address in comment preamble. | |
386 | |
387 1996-01-03 George V. Reilly <georger@microcrafts.com> | |
388 | |
389 * emacs.ico: Now the proverbial kitchen sink icon. | |
390 | |
391 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
392 | |
393 * Version 19.30 released. | |
394 | |
395 1995-11-22 Geoff Voelker <voelker@cs.washington.edu> | |
396 | |
397 * makefile.def (CP_DIR): Use platform independent switches for xcopy. | |
398 | |
399 * makefile.nt (install, fast_install, real_install, clean): | |
400 Don't use switches to del not supported by Win95. | |
401 | |
402 1995-11-07 Kevin Gallo <kgallo@microsoft.com> | |
403 | |
404 * makefile.nt (addpm.exe): Link with $(ADVAPI32). | |
405 (install, fast_install): Change same-dir test to create test file in | |
406 installation tree and thereby support read-only shares. | |
407 (clean): Remove .pdb files. | |
408 | |
409 * makefile.def (NTGUI): New macro. | |
410 [NTGUI] (CFLAGS): Define HAVE_NTGUI. | |
411 | |
412 * config.nt, config.w95: Update to latest src/config.in. | |
413 | |
414 * addpm.c (env_vars): New variable. | |
415 (add_registry): New procedure. | |
416 (main): Use values of configuration environment variables from | |
417 the registry if defined, the process environment otherwise. | |
418 | |
419 1995-06-19 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
420 | |
421 * Version 19.29 released. | |
422 | |
423 * makefile.nt (addpm.exe): Change WinMainCRTStartup to mainCRTStartup. | |
424 | |
425 1995-06-13 Geoff Voelker <voelker@cs.washington.edu> | |
426 | |
427 * makefile.nt: Define .c to .obj suffix rule. | |
428 (addpm.obj): Compile directly, use CFLAGS. | |
429 (addpm.exe): Link from addpm.obj. | |
430 | |
431 * makefile.def (MSVCNT11): Defined. | |
432 (BASE_LIBS) [MSVCNT11]: Use oldnames.lib. | |
433 (CFLAGS_COMMON): Defined. | |
434 (CFLAGS) [MSVCNT11]: Define _CRTAPI1 to _cdecl. | |
435 | |
436 1995-06-09 Geoff Voelker <voelker@cs.washington.edu> | |
437 | |
438 * emacs.bat.in: Renamed from emacs.bat | |
439 (emacs_dir): Renamed from emacs_path | |
440 Definition removed. | |
441 | |
442 * addpm.c: New file. | |
443 * makefile.nt (ALL,addpm,addpm.exe,addpm.obj): Defined. | |
444 (all): Depend upon $(BLD) and $(ALL). | |
445 (install): Depend upon emacs.bat. | |
446 Create program item for Emacs. | |
447 (clean): Delete obj. | |
448 (emacs.bat): Defined. | |
449 * makefile.def (EMACS_ICON_PATH,ADDPM): Defined. | |
450 | |
451 1995-05-27 Geoff Voelker <voelker@cs.washington.edu> | |
452 | |
453 * ebuild.bat, emacs.bat, fast-install.bat, install.bat: | |
454 Add carriage returns; necessary for batch files on Win95. | |
455 | |
456 1995-05-25 Geoff Voelker <voelker@cs.washington.edu> | |
457 | |
458 * config.w95: Created. | |
459 * config.h: Changed to config.nt. | |
460 | |
461 * makefile.nt (SUBDIRS): Commented out. | |
462 (all,install,clean): Expand for-loops. | |
463 (BUILD_CMD,INSTALL_CMD,CLEAN_CMD): Defined. | |
464 | |
465 * makefile.def (SYS_LIB_DIR,SYS_INC_DIR): Undefined. | |
466 (ARCH): New definition. | |
467 (CPU,CONFIG_H,OS_TYPE): Defined. | |
468 (INCLUDE,LIB): Checked if valid. | |
469 (ntwin32.mak): Included. | |
470 (AR,CC,LINK): New definition. | |
471 (ADVAPI32,libc,BASE_LIBS): Defined. | |
472 (SYS_LDFLAGS): New definition. | |
473 Update comments and preprocessor conditionals. | |
474 | |
475 * emacs.bat (SHELL): Conditionally defined. | |
476 (HOME): Conditionally defined. | |
477 (emacs_path,HOME): Update comments. | |
478 Turn off all echo. | |
479 | |
480 1995-05-09 Geoff Voelker <voelker@cs.washington.edu> | |
481 | |
482 * _emacs, config.h, ebuild.bat, emacs.bat, emacs.rc, | |
483 fast-install.bat, install.bat, makefile.def, makefile.nt, paths.h, | |
484 inc/pwd.h, inc/sys/dir.h, inc/sys/file.h, inc/sys/ioctl.h, | |
485 inc/sys/param.h: Removed carriage-returns. | |
486 | |
487 1995-05-06 Geoff Voelker <voelker@cs.washington.edu> | |
488 | |
489 * makefile.def (CVTRES): Defined. | |
490 | |
491 * emacs.ico, emacs.rc: New files by Kevin Gallo. | |
492 | |
493 1995-04-10 Geoff Voelker <voelker@cs.washington.edu> | |
494 | |
495 * src: Removed. | |
496 | |
497 * src\config.h, src\paths.h: Moved to parent dir, src removed. | |
498 | |
499 1995-04-09 Geoff Voelker <voelker@cs.washington.edu> | |
500 | |
501 * makefile.def (INSTALL_DIR): Changed to generic directory. | |
502 | |
503 * emacs.bat: Added arguments when emacs.exe invoked. | |
504 | |
505 * ebuild.cmd, emacs.cmd, install.cmd: Changed extension to .bat. | |
506 | |
507 1994-12-13 voelker <voelker@cs.washington.edu> | |
508 | |
509 * makefile.def (CC): In configuration section. | |
510 (COMPAT_LIB): Defined. | |
511 | |
512 1994-11-01 voelker <voelker@cs.washington.edu> | |
513 | |
514 * src/paths.h: New file. | |
515 | |
516 * src/config.h: New file. | |
517 | |
518 * inc/pwd.h: New file. | |
519 | |
520 * inc/sys/dir.h: New file. | |
521 | |
522 * inc/sys/file.h: New file. | |
523 | |
524 * inc/sys/ioctl.h: New file. | |
525 | |
526 * inc/sys/param.h: New file. | |
527 | |
528 * todo: New file. | |
529 | |
530 * readme: New file. | |
531 | |
532 * makefile.nt: New file. | |
533 | |
534 * makefile.def: New file. | |
535 | |
536 * install.cmd: New file. | |
537 | |
538 * install: New file. | |
539 | |
540 * fast-install.cmd: New file. | |
541 | |
542 * emacs.cmd: New file. | |
543 | |
544 * ebuild.cmd: New file. | |
545 | |
546 * _emacs: New file. |