source: trunk/emx/ChangeLog.emx@ 2693

Last change on this file since 2693 was 2693, checked in by bird, 19 years ago

#89: wlink is now default. Fixed exp=int$w$ problem with wlink.

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