home *** CD-ROM | disk | FTP | other *** search
/ Programming Win32 Under the API / ProgrammingWin32UnderTheApiPatVillani.iso / src / mingw-runtime-19991107 / mingw / ChangeLog next >
Encoding:
Text File  |  1999-11-07  |  12.7 KB  |  368 lines

  1. Sun Nov  7 02:50:09 1999  Mumit Khan  <khan@xraylith.wisc.edu>
  2.  
  3.     Released 1999-11-07.
  4.  
  5.     * Makefile.in (CRT0S): Add crtst.o.
  6.     (install): Install in subdirs as well.
  7.     * dirent.h (struct _stat): Rename from struct stat.
  8.     * include/tchar.h: Add some new macros. Thanks to
  9.     Eric Kohl <ekohl@abo.rhein-zeitung.de>.
  10.  
  11. Thu Nov  4 14:32:58 1999  Mumit Khan  <khan@xraylith.wisc.edu>
  12.  
  13.     * Makefile.in: Add support for profile directory.
  14.     * configure.in: Likewise.
  15.     * configure: Regenerate.
  16.  
  17. Wed Nov  3 16:26:44 1999  Mumit Khan  <khan@xraylith.wisc.edu>
  18.  
  19.     * include/stdlib.h: Add wide character version of argv/environ.
  20.     Formatting changes.
  21.     * include/wchar.h: More wide character prototypes.
  22.     * include/sys/stat.h: Likewise. Add struct stat as well as _stat.
  23.  
  24.     * dllcrt1.c (init.c): Don't include.
  25.     (DllMainCRTStartup): Don't call _mingw32_init_mainargs().
  26.     * Makefile.in: Remove init.c from dllcrt{1,2}.c dependency lists.
  27.  
  28. Sat Oct 30 03:06:26 1999  Mumit Khan  <khan@xraylith.wisc.edu>
  29.  
  30.     * moldname.def: Remove file.
  31.     * moldname.def.in: And add this.
  32.     * moldname-msvcrt.def: Generate from moldname.def.in.
  33.     * moldname-crtdll.def: Likewise.
  34.  
  35.     * mthr.c: New file for -mthread (thread-safe C++ EH) support.
  36.     * mthr_init.c: New file for -mthread (thread-safe C++ EH) support.
  37.     * mthr_stub.c: New file for -mthread (thread-safe C++ EH) support.
  38.  
  39.     * Makefile.in: Update.
  40.     * configure.in: Likewise. Also add *cygwin* target for building
  41.     under Cygwin winsup.
  42.     * configure: Regenerate.
  43.  
  44. Fri Oct  1 11:10:30 1999 Mumit Khan  <khan@xraylith.wisc.edu>
  45.  
  46.     * include/_mingw.h: Add version macros.
  47.     * include/direct.h (_diskfree_t, getdiskfree, getdrives):  Add.
  48.     Also add wide character versions shared with wchar.h.
  49.     * include/dos.h (_diskfree_t, getdiskfree, getdrives):  Add.
  50.     * include/io.h (sopen, _sopen): Fix prototype.
  51.     Add wide character prototypes.
  52.     * include/wchar.h: Likewise.
  53.     * include/stdlib.h (beep, seterrormode, sleep): Remove non-
  54.     underscored versions. Potential incompatibility.
  55.     * include/time.h (daylight, timezone, tzname): Fix MSVCRT cases.
  56.     Add wide character prototypes.
  57.     * include/sys/timeb.h (struct _timeb): Don't use macro, but real
  58.     definition.
  59.  
  60. Wed Aug 18 18:38:39 1999  Mumit Khan  <khan@xraylith.wisc.edu>
  61.  
  62.     * configure.in (RUNTIME, CRT_ID): Add to differentiate between
  63.     crtdll and msvcrt runtimes. Remove DLL_ENTRY and DEF_DLL_ENTRY
  64.     macros.
  65.     * configure: Rengerate.
  66.     * Makefile.in (RUNTIME, CRT_ID): Use to generate the correct
  67.     dll name and crt's. CRTDLL and MSVCRT are meant to created
  68.     separately, so remove all the *-msvcrt* targets.
  69.     (libmingwthr.a): New target. Dummy thread support archive.
  70.     (LIBS): Add libmingwthr.a.
  71.     (CRT0S): Use CRT_ID. Add crtmt.o.
  72.     (MINGW_OBJS): Add crtst.o.
  73.     * main.c (WinMain): Fix prototype.
  74.     * crtmt.c: New file.
  75.     * crtst.c: New file.
  76.  
  77.     * include/process.h (_beginthreadex): Fix prototype.
  78.     * include/_mingw.h (__int64): Define for __GNUC__.
  79.     * include/tchar.h (_ttol): Add macro.
  80.     * include/stdlib.h (_wtoi, _wtol, _i64toa, _ui64toa, _atoi64,
  81.     _i64tow, _ui64tow, _wtoi64): Add prototypes.
  82.  
  83.     Reported by Emanuele Aliberti <ea@iol.it>:
  84.     * include/tchar.h (_ttoi): Add macro.
  85.  
  86.     Reported by Ulf Moeller <3umoelle@informatik.uni-hamburg.de>:
  87.     * include/stdio.h (_snprintf): Add prototype.
  88.     (_vsnprintf): Likewise.
  89.  
  90. Sat Aug  7 18:00:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
  91.  
  92.     Reported by Tor Lillqvist <tml@iki.fi>:
  93.     * include/stdlib.h (__p___argv): Fix return type.
  94.  
  95. Fri Jul 30 22:07:06 1999  Mumit Khan  <khan@xraylith.wisc.edu>
  96.     
  97.     Add UWIN support.
  98.     * include/errno.h (errno): It's linked in from startup, not imported.
  99.     * include/stdlib.h (errno): Likewise.
  100.     * include/io.h: Guard against conflicting macros and prototypes in 
  101.     system headers.
  102.     * include/stdlib.h: Likewise.
  103.     * include/string.h: Likewise.
  104.     * include/time.h: Likewise.
  105.  
  106. Fri Jul 30 13:47:34 1999  Mumit Khan  <khan@xraylith.wisc.edu>
  107.  
  108.     * include/io.h (X_OK): Fix definition. Thanks to Jan Nijtmans.
  109.     * include/dos.h: Fix typo __MINGW_EXPORT->__MINGW_IMPORT.
  110.     * Makefile.in (INCLUDES): Remove old windows32 include directory.
  111.  
  112.     * crt1.c (_gnu_exception_handler): Fix prototype.
  113.     (__mingw_CRTStartup): New function based on mainCRTStartup.
  114.     (mainCRTStartup): Set the app type for MSVCRT and call
  115.     __mingw_CRTStartup.
  116.     (WinMainCRTStartup): Likewise.
  117.     * init.c (_startupinfo): Define.
  118.     (_getmainargs): Add 5th parameter.
  119.     (_mingw32_init_mainargs): Use.
  120.  
  121.     * ALL *.c files: Reformat according to GNU coding style.
  122.  
  123. Fri Jul 16 00:46:04 1999  Mumit Khan  <khan@xraylith.wisc.edu>
  124.  
  125.     * Makefile.in (INCLUDES): Add w32api include directory.
  126.  
  127.     * include/_mingw.h: New file.
  128.     * include/{assert.h,conio.h,ctype.h,direct.h,dirent.h,dos.h,
  129.       errno.h,excpt.h,fcntl.h,float.h,io.h,limits.h,locale.h,malloc.h,
  130.       math.h,process.h,setjmp.h,share.h,signal.h,stdarg.h,stdio.h,
  131.       stdlib.h,string.h,tchar.h,time.h,varargs.h,sys/locking.h,
  132.       sys/stat.h,sys/timeb.h,sys/types.h,sys/utime.h}: Include and
  133.       use the macros __DECLSPEC_SUPPORTED  and __MINGW_IMPORT.
  134.     
  135.     * include/stdlib.h (atexit): Fix prototype.
  136.  
  137. Mon Jun 14 18:38:49 1999  Mumit Khan  <khan@xraylith.wisc.edu>
  138.  
  139.     * include/stdio.h (_tempnam): Fix prototype.
  140.     (tempnam): Likewise.
  141.     * include/stdlib.h: Replace with GCC's version, and guard
  142.     with RC_INVOKED.
  143.  
  144.     From Anders Norlander <anorland@hem2.passagen.se>:
  145.     * include/stdlib.h (__argc): Declare.
  146.     (__argv): Likewise.
  147.  
  148. Mon Apr  5 13:49:17 1999  Mumit Khan  <khan@xraylith.wisc.edu>
  149.  
  150.     * crt1.c (_gnu_exception_handler): Acknowledge Jacob Navia's
  151.     contribution.
  152.     * Makefile.in (_libm_dummy.o): New target.
  153.     (libm.a): Use. 
  154.  
  155. Tue Mar 16 18:15:26 1999  Mumit Khan  <khan@xraylith.wisc.edu>
  156.  
  157.     * Released 1999-03-16 along with egcs-1.1.2.
  158.  
  159. Wed Feb 17 17:15:56 1999  Mumit Khan  <khan@xraylith.wisc.edu>
  160.  
  161.     * Makefile.in (LIBS): Add libm.a.
  162.     (libm.a): Dummy libm.a.
  163.  
  164.     * Makefile.in: Update from winsup 1999-02-08 snapshot.
  165.     Preserve local changes.
  166.     (mkinstalldirs): In ../, not ../../.
  167.     (INCLUDES): Point to local windows32api headers and use -nostdinc.
  168.     (LIBGCC): Delete.
  169.     (LIBS): Add libmoldname-msvc.a.
  170.     (libmoldname-msvc.a): Add target.
  171.     (distclean): Add target.
  172.  
  173. Tue Feb  9 00:26:05 1999  Mumit Khan  <khan@xraylith.wisc.edu>
  174.  
  175.     * include/dir.h: Reintroduce as an obsolescent header.
  176.     * crt1.c (signal.h): Include.
  177.     (_gnu_exception_handler): New function to properly handle win32
  178.     asynchronous signals.
  179.     (mainCRTStartup): Use.
  180.  
  181. Sun Jan  3 23:52:25 1999  Mumit Khan  <khan@xraylith.wisc.edu>
  182.     
  183.     * include/direct.h: Include io.h instead of dir.h
  184.     * include/dirent.h: Likewise.
  185.     * include/dos.h: Likewise.
  186.     * include/stdio.h: Replace reference to dir.h with io.h.
  187.  
  188. Thu Dec 31 16:04:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
  189.  
  190.     * 1999-01-01 release bundled with egcs-1.1.1.
  191.  
  192.     * include/io.h: Incorporate dir.h.
  193.     * include/dir.h: Remove.
  194.     * include/signal.h: Move RC_INVOKED up a bit.
  195.  
  196. Tue Dec 29 15:04:38 1998  Mumit Khan  <khan@xraylith.wisc.edu>
  197.  
  198.     * include/signal.h (sig_atomic_t): Define.
  199.     (NSIG): Define.
  200.     * include/malloc.h: Import defs from deprecated alloc.h.
  201.     * include/alloc.h: Remove.
  202.  
  203.     From "Daniel J. Rodriksson" <djr@dit.upm.es>:
  204.     * include/sys/types.h (_dev_t): Should be unsigned int for MSVCRT.
  205.     * include/sys/stat.h (struct stat): st_uid is of type short. Use
  206.     _off_t instead of long for st_size.
  207.  
  208. Thu Sep 10 22:28:49 1998  Mumit Khan  <khan@xraylith.wisc.edu>
  209.     
  210.     * include/errno.h (sys_errlist, sys_nerr): Move from here ...
  211.     * include/stdlib.h: Here.
  212.  
  213.     * include/netdb.h: Remove.
  214.     * include/arpa/inet.h: Remove.
  215.     * include/netinet/in.h: Remove.
  216.     * include/sys/socket.h: Remove.
  217.  
  218. Fri Sep  4 15:09:11 1998  Mumit Khan  <khan@xraylith.wisc.edu>
  219.  
  220.     * Release egcs-1.1.
  221.  
  222.     * include/{ctype.h,dos.h,io.h,string.h,time.h,sys/types.h,
  223.     sys/utime.h}: Protect stddef.h in RC_INVOKED macro.
  224.  
  225. Thu Sep  3 10:43:29 1998  Mumit Khan  <khan@xraylith.wisc.edu>
  226.  
  227.     * setjmp.h (_JBTYPE, _JBLEN): Define correctly.
  228.     (jmpbuf): typedef using above. 
  229.     (setjmp, longjmp): Prototype using jmpbuf.
  230.  
  231.     Merge with Colin Peters' 980701 snapshot. I've ignored changes to
  232.     obsolescent imported names, ie., from __imp__ to _imp___. 
  233.  
  234.     Also ignored empty include/sys/param.h and incorrect
  235.     include/sys/times.h.
  236.  
  237.     * CRTinit.c: New file.
  238.     * include/{errno.h,fcntl.h,math.h,process.h} (__MSVCRT__): Use #ifdef 
  239.     instead of #if.
  240.     * include/io.h (umask): Fix prototype.
  241.     * include/stdlib.h (OS constants): Replace with Colin's.
  242.     * include/time.h (tzset, daylight, timezone): Replace with Colin's.
  243.     * include/sys/state.h: Merge.
  244.  
  245. Thu Sep  3 09:49:07 1998  Mumit Khan  <khan@xraylith.wisc.edu>
  246.  
  247.     * include/assert.h (assert): Lose the trailing semicolon.
  248.  
  249. Thu Jul 30 21:18:49 1998  Mumit Khan  <khan@xraylith.wisc.edu>
  250.  
  251.     * include/math.h (matherr): Declare.
  252.     * include/stdio.h (fileno, _fileno): Declare.
  253.     * include/stdlib.h (environ, _environ): Fix to use runtime DLL.
  254.  
  255.     From Earnie Boyd:
  256.     * include/stdio.h (fdopen, _fdopen): Add const.
  257.     (getw, putw): Declare.
  258.     * include/stdlib.h (MAX_{DRIVE,DIR,FNAME,EXT}): Fix. 
  259.  
  260. Sat Jun 13 18:19:41 1998  Mumit Khan  <khan@xraylith.wisc.edu>
  261.  
  262.     * include/time.h (_timezone): Undefine.
  263.     * include/sys/timeb.h (struct timeb): Rename _timezone to timezone.
  264.  
  265.     * include/time.h (_daylight, _timezone, _tzname, _tzset): Remove
  266.     __cdecl for MSVCRT.
  267.     * include/stdlib.h (environ): Use DLL version.
  268.     * init.c (environ): Undefine it before use.
  269.  
  270. Sun Mar 22 19:59:30 1998  Mumit Khan  <khan@xraylith.wisc.edu>
  271.  
  272.     * Update to 980309 snapshot from Colin Peters.
  273.  
  274.     * include/utime.h: remove
  275.     * include/stdlib.h (__imp__osver_dll, __imp__winver_dll,
  276.     __imp__winmajor_dll, __imp__winminor_dll): Apply Jan-Jaap's 
  277.     patches to define these.
  278.     * include/time.h (CLK_TCK): Renamed from CLK_TICK.
  279.     (_daylight, _timezone, _tzname, _tzset): Define.
  280.  
  281.     * include/netdb.h: Add from Colin's windows32api changes.
  282.     * include/sys/socket.h: Likewise.
  283.     * include/arpa/inet.h: Likewise.
  284.     * include/netinet/in.h: Likewise.
  285.  
  286. Wed Feb  4 14:16:44 1998  Mumit Khan  <khan@xraylith.wisc.edu>
  287.  
  288.     * Update to 980128 snapshot from Colin Peters. 
  289.  
  290. Sat Dec  6 21:30:35 1997  Mumit Khan  <khan@xraylith.wisc.edu>
  291.  
  292.     * configure.in (AC_INIT): Use dllmain.c instead of defunct
  293.     oldnames.c
  294.     * configure: Regenerate.
  295.  
  296. Fri Dec  5 15:57:36 1997  Mumit Khan  <khan@xraylith.wisc.edu>
  297.  
  298.     * Update to 971205 snapshot from Colin Peters. Lots of changes.
  299.     Files renamed and include hierarchy loses directories named
  300.     nonansi.
  301.  
  302.     * include/dos.h: from Jan-Jaap.
  303.  
  304. Thu Dec  4 21:48:13 1997  Mumit Khan  <khan@xraylith.wisc.edu>
  305.  
  306.     Changes to conform to FSF tree.
  307.  
  308.     * crt1.c: Renamed from mcrt0.c.
  309.     * dllcrt1.c: Renamed from dllcrt0.c.
  310.     * Makefile.in: Update above. Also renamed libmoldnames.a to
  311.     libmoldname.a.
  312.  
  313. Mon Dec  1 16:51:30 1997  Mumit Khan  <khan@xraylith.wisc.edu>
  314.  
  315.     * crtdll.def: Export all functions but the ones with funny names.
  316.     * moldnames.def: Add fdopen since fileno is already there.
  317.     * include/nonansi/dos.h: New file from Jan-Jaap.
  318.     * include/errno.h: Add extern decl + various additions from JJ.
  319.     * include/stdio.h: Likewise.
  320.     * include/stdlib.h: Likewise.
  321.     * include/nonansi/io.h: Likewise.
  322.     * include/nonansi/process.h: Likewise.
  323.     * include/sys/types.h: Likewise.
  324.  
  325. Tue Nov  4 14:51:01 1997  Mumit Khan  <khan@xraylith.wisc.edu>
  326.     
  327.     * include/time.h (CLK_TCK): Renamed from CLK_TICK.
  328.     (CLK_TICK): Delete.
  329.     * include/stdlib.h (free): Fix prototype to return void, not void*.
  330.     * include/nonansi/process.h: Add P_* and WAIT_* defs.
  331.  
  332.     * dllcrt0.c: Delete now-unneeded '.section .idata$3' asm hack.
  333.     * mcrt0.c: Likewise.
  334.  
  335.     * Makefile.in (LIBS): Delete moldnames.dll from target libs.
  336.     (libmoldnames.a): Add explicit rule to create it.
  337.  
  338. Fri Aug 15 18:23:43 1997  Rob Savoye  <rob@cygnus.com>
  339.  
  340.     New directory for the minimalist cygwin environment.
  341.     
  342.     * crtglob.c: New file. Turn on file globbing support. 
  343.     * crt_noglob.c: New file. Turn off file globbing support. 
  344.     * ctype_old.c: New file. Wrappers for functions that don't
  345.     have an underscore.
  346.     * dirent.c: New file. Directory routines readdir, opendir, closedir.
  347.     * dllcrt0.c: New file. Initialization code to use crtdll.dll.
  348.     * dllmain.c: New file. A stub DllMain function.
  349.     * hugeval.c: New file. A gross hack to define HUGE_VAL.
  350.     * init.c: New file. Common code to initialize standard file
  351.     handles and command line arguments.
  352.     * main.c: New file. A main for programs that only call WinMain.
  353.     * mcrt0.c: New file. Default crt0 for mingw32.
  354.     * oldnames.c: New File. Wrappers for functions that don't
  355.     have an underscore.
  356.     * string_old.c:  New File.
  357.     * include/{assert.h,ctype.h,errno.h,float.h,limits.h,locale.h
  358.     math.h,nonansi,setjmp.h,signal.h,stdarg.h,stddef.h,stdio.h,stdlib.h
  359.     string.h,tchar.h,time.h,wchar.h}: New header files for mingw.
  360.     * include/sys/types.h: New header file for mingw.
  361.     * include/nonansi/{alloc.h,conio.h,dir.h,direct.h,dirent.h
  362.     fcntl.h,io.h,malloc.h,mem.h,memory.h,process.h,share.h,unistd.h
  363.     utime.h,values.h,varargs.h}: New header files for mingw.
  364.     * include/nonansi/sys/{fcntl.h,locking.h,stat.h,time.h
  365.     timeb.h,unistd.h}: New header files for mingw.
  366.     * Makefile.in,configure.in: Build and configure support.
  367.     * configure: Generated from autoconf 2.12 with Cygnus patches.
  368.