source: trunk/emx/ChangeLog.emx@ 2675

Last change on this file since 2675 was 2673, checked in by bird, 20 years ago
  • *:

o Synced over changed from 0.6.1 bugfixing.

  • emxbind:

o #38: Fixed truncation bug writing to the LX nametable. (Yuri)
o #38: Imports and exports are limited to 255 not 127 chars. (Yuri)
o #28: Use DLL name from the .def file when present.

  • emxomf:

o #70: Demangle symbol names in debug info. (thanks to Yuri)

  • emxomfld:

o #55: delete the response file when reinit the args.
o #46: specify .map file extension to the linker.
o #34: Removed all the silliness trying to deal with truncated symbols.
o Don't display usage() on failure, just the error message.
o #20: use mkstemp + close instead of mktemp for the response file.

  • ld:

o #20: use make_temp_file instead of mktemp. This involved including

libiberty.h which required some adjustments of duplicate code to work.

o #27: Applied fix from Yuri.

  • libmoddef:

o Allow '.' and '@' in LIBRARY/NAME names.

  • 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: 3.9 KB
RevLine 
[1724]1/* $Id: ChangeLog.emx 2673 2006-03-19 05:21:22Z bird $ */
2
[2673]32006-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.
[2232]24
[2448]252004-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
[2427]302005-11-12: knut st. osmundsen <bird-gccos2-spam@anduin.net>
[2431]31 - emxomf:
[2432]32 o Fixed problems with symbol truncation.
[2431]33 Kudos to Yuri for tracking down the places which required attention.
[2427]34
[2316]352005-08-28: knut st. osmundsen <bird-gccos2-spam@anduin.net>
[2314]36 - version.smak:
37 o Changed version number back to 3.3.5 / 0.6 rc2.
38
[2294]392005-08-21: knut st. osmundsen <bird-gccos2-spam@anduin.net>
[2300]40 - emxbind, emxomfld:
41 o Default stack size set to 1MB.
42 The old defaults were 8MB (emxbind) and 8KB (emxomfld).
[2294]43
[2274]442005-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.
[2275]49 o Switched back to alloca and adding 23 MB of stack.
[2274]50
[2254]512005-07-17: knut st. osmundsen <bird-gccos2-spam@anduin.net>
[2263]52 - version.smak:
53 o Changed version number back to 3.3.5 / 0.6 rc1.
[2254]54
[2096]552005-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.)
[2098]60 - emxomf, emxomfld:
61 o Kicked out all the old weak handling (from early 3.2.2 alphas).
[2096]62
[1989]632005-06-05: knut st. osmundsen <bird-gccos2-spam@anduin.net>
[1993]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.
[1999]67 - ld:
68 o Avoid using alloca since we might easily run out of stack for big objects
69 with debuginfo.
[2001]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!
[1999]75
[1936]762005-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
[1883]822005-04-23: knut st. osmundsen <bird-gccos2-spam@anduin.net>
[1886]83 - emxomf:
84 o Refined the 'G' hack fixing globals in the text segment.
[1883]85
[1847]862005-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
[1858]95
[1724]962004-12-09: knut st. osmundsen <bird-gccos2-spam@anduin.net>
[1732]97 - ChangeLog.Libc:
98 o Created this file.
[1724]99
Note: See TracBrowser for help on using the repository browser.