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