source: trunk/emx/ChangeLog.emx@ 2692

Last change on this file since 2692 was 2692, checked in by bird, 20 years ago

#89: more wlink stuff. ; Fixed the exp=int .def errors in weakld.

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