[1724] | 1 | /* $Id: ChangeLog.emx 2693 2006-04-11 02:49:20Z bird $ */
|
---|
| 2 |
|
---|
[2692] | 3 | 2006-04-10: knut st. osmundsen <bird-gccos2-spam@anduin.net>
|
---|
| 4 | - emxomfld, weakld:
|
---|
[2693] | 5 | o #89: wlink is now default.
|
---|
[2692] | 6 | o #89: more wlink stuff.
|
---|
| 7 | o Fixed the exp=int .def errors in weakld.
|
---|
| 8 |
|
---|
[2690] | 9 | 2006-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 |
|
---|
[2689] | 14 | 2006-03-31: knut st. osmundsen <bird-gccos2-spam@anduin.net>
|
---|
| 15 | - emxomfld:
|
---|
| 16 | o #89: Support for wlink, the watcom linker.
|
---|
| 17 |
|
---|
[2673] | 18 | 2006-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.
|
---|
[2232] | 39 |
|
---|
[2448] | 40 | 2004-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 |
|
---|
[2427] | 45 | 2005-11-12: knut st. osmundsen <bird-gccos2-spam@anduin.net>
|
---|
[2431] | 46 | - emxomf:
|
---|
[2432] | 47 | o Fixed problems with symbol truncation.
|
---|
[2431] | 48 | Kudos to Yuri for tracking down the places which required attention.
|
---|
[2427] | 49 |
|
---|
[2316] | 50 | 2005-08-28: knut st. osmundsen <bird-gccos2-spam@anduin.net>
|
---|
[2314] | 51 | - version.smak:
|
---|
| 52 | o Changed version number back to 3.3.5 / 0.6 rc2.
|
---|
| 53 |
|
---|
[2294] | 54 | 2005-08-21: knut st. osmundsen <bird-gccos2-spam@anduin.net>
|
---|
[2300] | 55 | - emxbind, emxomfld:
|
---|
| 56 | o Default stack size set to 1MB.
|
---|
| 57 | The old defaults were 8MB (emxbind) and 8KB (emxomfld).
|
---|
[2294] | 58 |
|
---|
[2274] | 59 | 2005-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.
|
---|
[2275] | 64 | o Switched back to alloca and adding 23 MB of stack.
|
---|
[2274] | 65 |
|
---|
[2254] | 66 | 2005-07-17: knut st. osmundsen <bird-gccos2-spam@anduin.net>
|
---|
[2263] | 67 | - version.smak:
|
---|
| 68 | o Changed version number back to 3.3.5 / 0.6 rc1.
|
---|
[2254] | 69 |
|
---|
[2096] | 70 | 2005-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.)
|
---|
[2098] | 75 | - emxomf, emxomfld:
|
---|
| 76 | o Kicked out all the old weak handling (from early 3.2.2 alphas).
|
---|
[2096] | 77 |
|
---|
[1989] | 78 | 2005-06-05: knut st. osmundsen <bird-gccos2-spam@anduin.net>
|
---|
[1993] | 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.
|
---|
[1999] | 82 | - ld:
|
---|
| 83 | o Avoid using alloca since we might easily run out of stack for big objects
|
---|
| 84 | with debuginfo.
|
---|
[2001] | 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!
|
---|
[1999] | 90 |
|
---|
[1936] | 91 | 2005-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 |
|
---|
[1883] | 97 | 2005-04-23: knut st. osmundsen <bird-gccos2-spam@anduin.net>
|
---|
[1886] | 98 | - emxomf:
|
---|
| 99 | o Refined the 'G' hack fixing globals in the text segment.
|
---|
[1883] | 100 |
|
---|
[1847] | 101 | 2005-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 |
|
---|
[1858] | 110 |
|
---|
[1724] | 111 | 2004-12-09: knut st. osmundsen <bird-gccos2-spam@anduin.net>
|
---|
[1732] | 112 | - ChangeLog.Libc:
|
---|
| 113 | o Created this file.
|
---|
[1724] | 114 |
|
---|