| [1724] | 1 | /* $Id: ChangeLog.emx 2448 2005-11-15 03:40:28Z bird $ */ | 
|---|
|  | 2 |  | 
|---|
| [2232] | 3 | TODO: open replace on RAMFS fails with error 32! | 
|---|
|  | 4 |  | 
|---|
| [2448] | 5 | 2004-11-14: knut st. osmundsen <bird-gccos2-spam@anduin.net> | 
|---|
|  | 6 | - ChangeLog.emx: | 
|---|
|  | 7 | o Renamed and cleaned out all the libc stuff. | 
|---|
|  | 8 | o Reorganizing the repository. | 
|---|
|  | 9 |  | 
|---|
| [2427] | 10 | 2005-11-12: knut st. osmundsen <bird-gccos2-spam@anduin.net> | 
|---|
| [2431] | 11 | - emxomf: | 
|---|
| [2432] | 12 | o Fixed problems with symbol truncation. | 
|---|
| [2431] | 13 | Kudos to Yuri for tracking down the places which required attention. | 
|---|
| [2427] | 14 |  | 
|---|
| [2316] | 15 | 2005-08-28: knut st. osmundsen <bird-gccos2-spam@anduin.net> | 
|---|
| [2314] | 16 | - version.smak: | 
|---|
|  | 17 | o Changed version number back to 3.3.5 / 0.6 rc2. | 
|---|
|  | 18 |  | 
|---|
| [2294] | 19 | 2005-08-21: knut st. osmundsen <bird-gccos2-spam@anduin.net> | 
|---|
| [2300] | 20 | - emxbind, emxomfld: | 
|---|
|  | 21 | o Default stack size set to 1MB. | 
|---|
|  | 22 | The old defaults were 8MB (emxbind) and 8KB (emxomfld). | 
|---|
| [2294] | 23 |  | 
|---|
| [2274] | 24 | 2005-07-24: knut st. osmundsen <bird-gccos2-spam@anduin.net> | 
|---|
|  | 25 | - emximp: | 
|---|
|  | 26 | o Fixed bad done string allocation. | 
|---|
|  | 27 | - ld: | 
|---|
|  | 28 | o Fixed a case of memory access after free. | 
|---|
| [2275] | 29 | o Switched back to alloca and adding 23 MB of stack. | 
|---|
| [2274] | 30 |  | 
|---|
| [2254] | 31 | 2005-07-17: knut st. osmundsen <bird-gccos2-spam@anduin.net> | 
|---|
| [2263] | 32 | - version.smak: | 
|---|
|  | 33 | o Changed version number back to 3.3.5 / 0.6 rc1. | 
|---|
| [2254] | 34 |  | 
|---|
| [2096] | 35 | 2005-06-27: knut st. osmundsen <bird-gccos2-spam@anduin.net> | 
|---|
|  | 36 | - emxomfld, ld: | 
|---|
|  | 37 | o Generate .def-file for dlls without one. (This only makes sense for | 
|---|
|  | 38 | emxomfld since ld doesn't implement __declspec(dllexport) yet, but | 
|---|
|  | 39 | anyway.) | 
|---|
| [2098] | 40 | - emxomf, emxomfld: | 
|---|
|  | 41 | o Kicked out all the old weak handling (from early 3.2.2 alphas). | 
|---|
| [2096] | 42 |  | 
|---|
| [1989] | 43 | 2005-06-05: knut st. osmundsen <bird-gccos2-spam@anduin.net> | 
|---|
| [1993] | 44 | - libomflib, emxomfar: | 
|---|
|  | 45 | o Allow multiple modules by the same basename. This is not in tradition with | 
|---|
|  | 46 | other librarians, but it solves incompatible behaviour between emxomfar and ar. | 
|---|
| [1999] | 47 | - ld: | 
|---|
|  | 48 | o Avoid using alloca since we might easily run out of stack for big objects | 
|---|
|  | 49 | with debuginfo. | 
|---|
| [2001] | 50 | - emxomf: | 
|---|
|  | 51 | o Added support for new EMX a.out stab N_EXP (0x6c). This encodes export | 
|---|
|  | 52 | definitions. (gcc can do __declspec(dllexport) now.) | 
|---|
|  | 53 | TODO: ld needs updating, probably this is the right time to drop the | 
|---|
|  | 54 | old ld and fixup the binutils port! | 
|---|
| [1999] | 55 |  | 
|---|
| [1936] | 56 | 2005-04-30: knut st. osmundsen <bird-gccos2-spam@anduin.net> | 
|---|
|  | 57 | - libmoddef: | 
|---|
|  | 58 | o Allow empty definition strings. (weakld failed on python _curses_m) | 
|---|
|  | 59 | - weakld: | 
|---|
|  | 60 | o Fixed incorrect .def-file parse error message. | 
|---|
|  | 61 |  | 
|---|
| [1883] | 62 | 2005-04-23: knut st. osmundsen <bird-gccos2-spam@anduin.net> | 
|---|
| [1886] | 63 | - emxomf: | 
|---|
|  | 64 | o Refined the 'G' hack fixing globals in the text segment. | 
|---|
| [1883] | 65 |  | 
|---|
| [1847] | 66 | 2005-03-13: knut st. osmundsen <bird-gccos2-spam@anduin.net> | 
|---|
|  | 67 | - version.smak: | 
|---|
|  | 68 | o 6b4 -> 6b5. | 
|---|
|  | 69 |  | 
|---|
|  | 70 | - emxomf: | 
|---|
|  | 71 | o Fixed getopt(,,"l::") problem. BSD getopt doesn't pass FLAG_PERMUTE for getopt and | 
|---|
|  | 72 | thus it would consume the next argument unless it was an option. Using | 
|---|
|  | 73 | getopt_long(,,"l::", NULL, NULL) solves the problem. | 
|---|
|  | 74 |  | 
|---|
| [1858] | 75 |  | 
|---|
| [1724] | 76 | 2004-12-09: knut st. osmundsen <bird-gccos2-spam@anduin.net> | 
|---|
| [1732] | 77 | - ChangeLog.Libc: | 
|---|
|  | 78 | o Created this file. | 
|---|
| [1724] | 79 |  | 
|---|