1 | /* $Id: ChangeLog.emx 2673 2006-03-19 05:21:22Z bird $ */
|
---|
2 |
|
---|
3 | 2006-03-19: knut st. osmundsen <bird-gccos2-spam@anduin.net>
|
---|
4 | - *:
|
---|
5 | o Synced over changed from 0.6.1 bugfixing.
|
---|
6 | - emxbind:
|
---|
7 | o #38: Fixed truncation bug writing to the LX nametable. (Yuri)
|
---|
8 | o #38: Imports and exports are limited to 255 not 127 chars. (Yuri)
|
---|
9 | o #28: Use DLL name from the .def file when present.
|
---|
10 | - emxomf:
|
---|
11 | o #70: Demangle symbol names in debug info. (thanks to Yuri)
|
---|
12 | - emxomfld:
|
---|
13 | o #55: delete the response file when reinit the args.
|
---|
14 | o #46: specify .map file extension to the linker.
|
---|
15 | o #34: Removed all the silliness trying to deal with truncated symbols.
|
---|
16 | o Don't display usage() on failure, just the error message.
|
---|
17 | o #20: use mkstemp + close instead of mktemp for the response file.
|
---|
18 | - ld:
|
---|
19 | o #20: use make_temp_file instead of mktemp. This involved including
|
---|
20 | libiberty.h which required some adjustments of duplicate code to work.
|
---|
21 | o #27: Applied fix from Yuri.
|
---|
22 | - libmoddef:
|
---|
23 | o Allow '.' and '@' in LIBRARY/NAME names.
|
---|
24 |
|
---|
25 | 2004-11-14: knut st. osmundsen <bird-gccos2-spam@anduin.net>
|
---|
26 | - ChangeLog.emx:
|
---|
27 | o Renamed and cleaned out all the libc stuff.
|
---|
28 | o Reorganizing the repository.
|
---|
29 |
|
---|
30 | 2005-11-12: knut st. osmundsen <bird-gccos2-spam@anduin.net>
|
---|
31 | - emxomf:
|
---|
32 | o Fixed problems with symbol truncation.
|
---|
33 | Kudos to Yuri for tracking down the places which required attention.
|
---|
34 |
|
---|
35 | 2005-08-28: knut st. osmundsen <bird-gccos2-spam@anduin.net>
|
---|
36 | - version.smak:
|
---|
37 | o Changed version number back to 3.3.5 / 0.6 rc2.
|
---|
38 |
|
---|
39 | 2005-08-21: knut st. osmundsen <bird-gccos2-spam@anduin.net>
|
---|
40 | - emxbind, emxomfld:
|
---|
41 | o Default stack size set to 1MB.
|
---|
42 | The old defaults were 8MB (emxbind) and 8KB (emxomfld).
|
---|
43 |
|
---|
44 | 2005-07-24: knut st. osmundsen <bird-gccos2-spam@anduin.net>
|
---|
45 | - emximp:
|
---|
46 | o Fixed bad done string allocation.
|
---|
47 | - ld:
|
---|
48 | o Fixed a case of memory access after free.
|
---|
49 | o Switched back to alloca and adding 23 MB of stack.
|
---|
50 |
|
---|
51 | 2005-07-17: knut st. osmundsen <bird-gccos2-spam@anduin.net>
|
---|
52 | - version.smak:
|
---|
53 | o Changed version number back to 3.3.5 / 0.6 rc1.
|
---|
54 |
|
---|
55 | 2005-06-27: knut st. osmundsen <bird-gccos2-spam@anduin.net>
|
---|
56 | - emxomfld, ld:
|
---|
57 | o Generate .def-file for dlls without one. (This only makes sense for
|
---|
58 | emxomfld since ld doesn't implement __declspec(dllexport) yet, but
|
---|
59 | anyway.)
|
---|
60 | - emxomf, emxomfld:
|
---|
61 | o Kicked out all the old weak handling (from early 3.2.2 alphas).
|
---|
62 |
|
---|
63 | 2005-06-05: knut st. osmundsen <bird-gccos2-spam@anduin.net>
|
---|
64 | - libomflib, emxomfar:
|
---|
65 | o Allow multiple modules by the same basename. This is not in tradition with
|
---|
66 | other librarians, but it solves incompatible behaviour between emxomfar and ar.
|
---|
67 | - ld:
|
---|
68 | o Avoid using alloca since we might easily run out of stack for big objects
|
---|
69 | with debuginfo.
|
---|
70 | - emxomf:
|
---|
71 | o Added support for new EMX a.out stab N_EXP (0x6c). This encodes export
|
---|
72 | definitions. (gcc can do __declspec(dllexport) now.)
|
---|
73 | TODO: ld needs updating, probably this is the right time to drop the
|
---|
74 | old ld and fixup the binutils port!
|
---|
75 |
|
---|
76 | 2005-04-30: knut st. osmundsen <bird-gccos2-spam@anduin.net>
|
---|
77 | - libmoddef:
|
---|
78 | o Allow empty definition strings. (weakld failed on python _curses_m)
|
---|
79 | - weakld:
|
---|
80 | o Fixed incorrect .def-file parse error message.
|
---|
81 |
|
---|
82 | 2005-04-23: knut st. osmundsen <bird-gccos2-spam@anduin.net>
|
---|
83 | - emxomf:
|
---|
84 | o Refined the 'G' hack fixing globals in the text segment.
|
---|
85 |
|
---|
86 | 2005-03-13: knut st. osmundsen <bird-gccos2-spam@anduin.net>
|
---|
87 | - version.smak:
|
---|
88 | o 6b4 -> 6b5.
|
---|
89 |
|
---|
90 | - emxomf:
|
---|
91 | o Fixed getopt(,,"l::") problem. BSD getopt doesn't pass FLAG_PERMUTE for getopt and
|
---|
92 | thus it would consume the next argument unless it was an option. Using
|
---|
93 | getopt_long(,,"l::", NULL, NULL) solves the problem.
|
---|
94 |
|
---|
95 |
|
---|
96 | 2004-12-09: knut st. osmundsen <bird-gccos2-spam@anduin.net>
|
---|
97 | - ChangeLog.Libc:
|
---|
98 | o Created this file.
|
---|
99 |
|
---|