| 1 | /* $Id: ChangeLog.emx 2448 2005-11-15 03:40:28Z bird $ */
 | 
|---|
| 2 | 
 | 
|---|
| 3 | TODO: open replace on RAMFS fails with error 32!
 | 
|---|
| 4 | 
 | 
|---|
| 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 | 
 | 
|---|
| 10 | 2005-11-12: knut st. osmundsen <bird-gccos2-spam@anduin.net>
 | 
|---|
| 11 |     - emxomf:
 | 
|---|
| 12 |         o Fixed problems with symbol truncation.
 | 
|---|
| 13 |           Kudos to Yuri for tracking down the places which required attention.
 | 
|---|
| 14 | 
 | 
|---|
| 15 | 2005-08-28: knut st. osmundsen <bird-gccos2-spam@anduin.net>
 | 
|---|
| 16 |     - version.smak:
 | 
|---|
| 17 |         o Changed version number back to 3.3.5 / 0.6 rc2.
 | 
|---|
| 18 | 
 | 
|---|
| 19 | 2005-08-21: knut st. osmundsen <bird-gccos2-spam@anduin.net>
 | 
|---|
| 20 |     - emxbind, emxomfld:
 | 
|---|
| 21 |         o Default stack size set to 1MB.
 | 
|---|
| 22 |           The old defaults were 8MB (emxbind) and 8KB (emxomfld).
 | 
|---|
| 23 | 
 | 
|---|
| 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.
 | 
|---|
| 29 |         o Switched back to alloca and adding 23 MB of stack.
 | 
|---|
| 30 | 
 | 
|---|
| 31 | 2005-07-17: knut st. osmundsen <bird-gccos2-spam@anduin.net>
 | 
|---|
| 32 |     - version.smak:
 | 
|---|
| 33 |         o Changed version number back to 3.3.5 / 0.6 rc1.
 | 
|---|
| 34 | 
 | 
|---|
| 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.)
 | 
|---|
| 40 |     - emxomf, emxomfld:
 | 
|---|
| 41 |         o Kicked out all the old weak handling (from early 3.2.2 alphas).
 | 
|---|
| 42 | 
 | 
|---|
| 43 | 2005-06-05: knut st. osmundsen <bird-gccos2-spam@anduin.net>
 | 
|---|
| 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.
 | 
|---|
| 47 |     - ld:
 | 
|---|
| 48 |         o Avoid using alloca since we might easily run out of stack for big objects
 | 
|---|
| 49 |           with debuginfo.
 | 
|---|
| 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!
 | 
|---|
| 55 | 
 | 
|---|
| 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 | 
 | 
|---|
| 62 | 2005-04-23: knut st. osmundsen <bird-gccos2-spam@anduin.net>
 | 
|---|
| 63 |     - emxomf:
 | 
|---|
| 64 |         o Refined the 'G' hack fixing globals in the text segment.
 | 
|---|
| 65 | 
 | 
|---|
| 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 | 
 | 
|---|
| 75 | 
 | 
|---|
| 76 | 2004-12-09: knut st. osmundsen <bird-gccos2-spam@anduin.net>
 | 
|---|
| 77 |     - ChangeLog.Libc:
 | 
|---|
| 78 |         o Created this file.
 | 
|---|
| 79 | 
 | 
|---|