Danny Smith 
							
						 
					 
					
						
						
							
						
						9da547ff26 
					 
					
						
						
							
							* include/math.h (sqrt): Remove inline definition.  
						
						 
						
						... 
						
						
						
						(sqrtf): Replace inline definition with prototype.
	(sqrtl): Likewise.
	* mingwex/math/sqrtf.c (sqrtf): Set domain error if
	argument less than zero.
	* mingwex/math/sqrtf.c (sqrtl): Likewise.
	Correct typo in 2002-10-30 ChangeLog entry. 
						
						
					 
					
						2002-11-09 10:44:02 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Danny Smith 
							
						 
					 
					
						
						
							
						
						4c8eba2cf3 
					 
					
						
						
							
							2002-10-30  Guido Serassio  <serassio@libero.it>  
						
						 
						
						... 
						
						
						
						* include/stdio.h (_getnaxstdio): Add prototype.
         (_setmaxstdio): Likewise. 
						
						
					 
					
						2002-10-30 01:07:54 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Danny Smith 
							
						 
					 
					
						
						
							
						
						aab9ff2a5e 
					 
					
						
						
							
							2002-10-19  Kang Li  <rubylith@users.sourceforge.net>  
						
						 
						
						... 
						
						
						
						* include/fcntl.h (O_SEQUENTIAL): Correct typo. 
						
						
					 
					
						2002-10-20 04:35:58 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Danny Smith 
							
						 
					 
					
						
						
							
						
						1c00ad29b8 
					 
					
						
						
							
							2002-10-19  Danny Smith  <dannysmith@users.sourceforge.net>  
						
						 
						
						... 
						
						
						
						* crt1.c: Define new macro __IN_MINGW_RUNTIME before including
	stdlib.h. Comment on reason.
	Define WIN32_MEAN_AND_LEAN before including windows.h
	* include/stdlib.h (_fmode): Protect declaration as dllimported
	variable with __IN_MINGW_RUNTIME.
2002-10-19  Igor Pechtchanski  <pechtcha@cs.nyu.edu >
	* crt1.c: Include stdlib.h. 
						
						
					 
					
						2002-10-20 04:30:28 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Danny Smith 
							
						 
					 
					
						
						
							
						
						bea966c0d9 
					 
					
						
						
							
							* Makefile.in (CRT0S): Add txtmode.o binmode.o.  
						
						 
						
						... 
						
						
						
						(MINGW_OBJS): Add txtmode.o.
	(SRCDIST_FILES): Add txtmode.c binmode.c.
	crt1.c: Don't include fcntrl.h, stdlib.h.
	(_fmode): Declare, without dllimport attribute.
	(__p__fmode): Declare access function for dll's _fmode.
	(_mingw32_init_fmode): Sync dll _fmode with staticly linked
	_fmode for app.
	* txtmode.c: New file.
	* binmode.c: New file.
	* samples/fmode/test2.c: New file.
	* samples/fmode/jamfile: Add test2.exe target. 
						
						
					 
					
						2002-10-19 20:26:26 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Danny Smith 
							
						 
					 
					
						
						
							
						
						798a4740d7 
					 
					
						
						
							
							* include/stdint.h (INT64_C, UINT64_C ): Append suffix to let  
						
						 
						
						... 
						
						
						
						macros work with C89.
	(INTMAX_C, UINTMAX_C): Likewise. 
						
						
					 
					
						2002-10-11 02:21:56 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Danny Smith 
							
						 
					 
					
						
						
							
						
						f98e630084 
					 
					
						
						
							
							* include/string.h (strcasecmp): Make extern __inline__.  
						
						 
						
						... 
						
						
						
						(strncasecmp): Likewise.
	(wcscmpi): Likewise. 
						
						
					 
					
						2002-10-11 01:41:31 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Danny Smith 
							
						 
					 
					
						
						
							
						
						32fef334cd 
					 
					
						
						
							
							2002-10-08  Heiko Gerdau  <hg@technosis.de>  
						
						 
						
						... 
						
						
						
						* include/tchar.h (_tchdir. _tgetcwd, _tgetdcwd.
	_tmkdir, _trmdir, _tstat): Add ASCII and UNICODE
	mappings. 
						
						
					 
					
						2002-10-08 20:28:14 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Danny Smith 
							
						 
					 
					
						
						
							
						
						66451d9590 
					 
					
						
						
							
							* mingwex/math/powil.c: Rename powil to __powil.  
						
						 
						
						... 
						
						
						
						* mingwex/math/powl.c: Adjust declaration and call
	to __powil. Remove comment on powil.
	* mingwex/math/powi.c: New file.
	* mingwex/math/powif.c: New file.
	* mingwex/math/pow.c: New file.
	* mingwex/math/cephes_mconf.h. Add double and float
	versions of constants.
	(polevl): Add double precision function.
	(p1evl): Likewise.
	* mingwex/Makefile.in (MATH_DISTFILES): Add pow.c,
	powi.c, powif.c.
	(MATH_OBJS): Add pow.o,	powi.o, powif.o. 
						
						
					 
					
						2002-10-06 23:26:43 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Danny Smith 
							
						 
					 
					
						
						
							
						
						3073f3f29d 
					 
					
						
						
							
							* include/cytpe.h (_imp____mbcur_max): Add missing ';'.  
						
						 
						
						... 
						
						
						
						(_imp____mbcur_max_dll): Likewise. 
						
						
					 
					
						2002-10-03 00:51:25 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Danny Smith 
							
						 
					 
					
						
						
							
						
						7c3de623b6 
					 
					
						
						
							
							* include/fcntl.h (_fmode): Remove declarations and  
						
						 
						
						... 
						
						
						
						compatibility defines.
	(_setmode, setmode): Remove prototypes.
	* include/stdlib (_fmode): Add declarations and
	compatibility defines.  Change type to int.
	* include/io.h (_setmode, setmode): Add prototypes.
	* samples/fmode/all.c: Adjust includes.
	* samples/fmode/test.c: Likewise.
	* crt1.c (_CRT_fmode): Declare as int.
	* CRTfmode.c (_CRT_fmode): Likewise.
	* include/stdlib: Remove comment about MB_CUR_MAX. 
						
						
					 
					
						2002-10-03 00:49:21 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Danny Smith 
							
						 
					 
					
						
						
							
						
						516658560f 
					 
					
						
						
							
							* include/stdlib.h (_imp____mbcur_max): add missing ';'.  
						
						 
						
						... 
						
						
						
						(_imp____mbcur_max_dll): Likewise. 
						
						
					 
					
						2002-10-02 03:43:33 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Danny Smith 
							
						 
					 
					
						
						
							
						
						76f28487ee 
					 
					
						
						
							
							* mingwex/math/files.txt: Remove inadvertantly added file.  
						
						 
						
						
						
						
					 
					
						2002-09-19 23:05:27 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Danny Smith 
							
						 
					 
					
						
						
							
						
						776044d554 
					 
					
						
						
							
							* include/string.h (_strerror): Move into #ifndef  
						
						 
						
						... 
						
						
						
						__STRICT_ANSI__ block. 
						
						
					 
					
						2002-09-19 05:35:30 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Danny Smith 
							
						 
					 
					
						
						
							
						
						41cb3243c5 
					 
					
						
						
							
							* include/time.h (__need_NULL): Define before including  
						
						 
						
						... 
						
						
						
						stddef.h.  Thanks to: R�diger Dehmel  <de@lmnet.de >. 
						
						
					 
					
						2002-09-17 21:36:02 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Danny Smith 
							
						 
					 
					
						
						
							
						
						fbf3d133ce 
					 
					
						
						
							
							2002-09-16  Ranjit Matthew  <rmathew@hotmail.com>  
						
						 
						
						... 
						
						
						
						* include/stdio.h: Correct comment about directory separator. 
						
						
					 
					
						2002-09-16 09:44:06 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Danny Smith 
							
						 
					 
					
						
						
							
						
						139b31f7ac 
					 
					
						
						
							
							* include/sys/time.h (timeval): Add struct definition and  
						
						 
						
						... 
						
						
						
						associated macros (copied from w32api/include/winsock.h). 
						
						
					 
					
						2002-09-12 10:34:54 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Earnie Boyd 
							
						 
					 
					
						
						
							
						
						6f28fb6195 
					 
					
						
						
							
							* include/_mingw.h: Increment version to 2.3.  
						
						 
						
						... 
						
						
						
						Makefile.in: Ditto. 
						
						
					 
					
						2002-09-05 14:27:29 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Earnie Boyd 
							
						 
					 
					
						
						
							
						
						31736d1768 
					 
					
						
						
							
							* mingwex/fegetenv.c: Change to \n line endings.  
						
						 
						
						... 
						
						
						
						* mingwex/vsnprintf.c: Ditto.
	* mingwex/vsnwprintf.c: Ditto. 
						
						
					 
					
						2002-09-05 11:51:26 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Danny Smith 
							
						 
					 
					
						
						
							
						
						169618f29f 
					 
					
						
						
							
							* mingwex/math/hypotl.c: Replace with version based on cephes  
						
						 
						
						... 
						
						
						
						library. 
						
						
					 
					
						2002-09-02 03:00:37 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Danny Smith 
							
						 
					 
					
						
						
							
						
						933ba4b187 
					 
					
						
						
							
							* include/sys/param.h: Add ENDIAN defines.  
						
						 
						
						... 
						
						
						
						* test_headers.c: Include sys/param.h. 
						
						
					 
					
						2002-08-28 21:24:59 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Danny Smith 
							
						 
					 
					
						
						
							
						
						5bbbbfba55 
					 
					
						
						
							
							* test_headers.c: Don't include varargs.h.  
						
						 
						
						... 
						
						
						
						* Makefile.in (test_headers): Don't use -std=xx
	with -xc++. Test -std=gnu89, gnu99 also. 
						
						
					 
					
						2002-08-28 03:57:16 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Earnie Boyd 
							
						 
					 
					
						
						
							
						
						69f710846f 
					 
					
						
						
							
							* include/sys/param.h: New File.  
						
						 
						
						
						
						
					 
					
						2002-08-21 12:49:56 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Earnie Boyd 
							
						 
					 
					
						
						
							
						
						811b5b0ae4 
					 
					
						
						
							
							* include/_mingw.h: Increment version to 2.2.  
						
						 
						
						... 
						
						
						
						Makefile.in: Ditto. 
						
						
					 
					
						2002-08-21 12:18:28 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Danny Smith 
							
						 
					 
					
						
						
							
						
						cfb5d4db12 
					 
					
						
						
							
							* include/math.h (asm): Change to __asm__ throughout.  
						
						 
						
						... 
						
						
						
						Expose ISO C99 functions if __GLIBCPP__.
	(hypotf): Use hypot, not _hypot in stub.. 
						
						
					 
					
						2002-08-20 23:26:11 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Danny Smith 
							
						 
					 
					
						
						
							
						
						aabc7d585a 
					 
					
						
						
							
							* include/tchar.h: Ansi-fy another comment.  
						
						 
						
						
						
						
					 
					
						2002-08-20 23:08:14 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Danny Smith 
							
						 
					 
					
						
						
							
						
						b9b4e3ca9d 
					 
					
						
						
							
							* include/tchar.h: Ansi-fy comment.  
						
						 
						
						
						
						
					 
					
						2002-08-20 23:01:42 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Danny Smith 
							
						 
					 
					
						
						
							
						
						02d46a6f8a 
					 
					
						
						
							
							* test_headers.c : New file.  
						
						 
						
						... 
						
						
						
						* Makefile.in (test_headers): New target, using it,
	(SRCDIST_FILES): Distribute it. 
						
						
					 
					
						2002-08-20 22:56:59 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Earnie Boyd 
							
						 
					 
					
						
						
							
						
						2c3ef6355b 
					 
					
						
						
							
							* include/unistd.h: Add include of process.h.  
						
						 
						
						
						
						
					 
					
						2002-08-14 21:08:43 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Danny Smith 
							
						 
					 
					
						
						
							
						
						eb7368d4ac 
					 
					
						
						
							
							* include/stdio.h (_fcloseall): Add prototype.  
						
						 
						
						
						
						
					 
					
						2002-08-03 23:03:37 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Danny Smith 
							
						 
					 
					
						
						
							
						
						efd34df5a5 
					 
					
						
						
							
							* include/tchar.h (_tfdopen): Correct typo.  
						
						 
						
						
						
						
					 
					
						2002-07-29 03:05:56 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Danny Smith 
							
						 
					 
					
						
						
							
						
						b8cdc234c6 
					 
					
						
						
							
							Add incomplet long double math support to libmingwex.a  
						
						 
						
						
						
						
					 
					
						2002-07-29 03:00:10 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Danny Smith 
							
						 
					 
					
						
						
							
						
						97858a2641 
					 
					
						
						
							
							* include/tchar.h (_getts): Define as _getws for _UNICODE.  
						
						 
						
						... 
						
						
						
						(_putts): Define as _putws for _UNICODE.
	Thanks to: Tomasz Pona  <cochisek@poczta.onet.pl >  for report. 
						
						
					 
					
						2002-06-18 20:48:57 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Danny Smith 
							
						 
					 
					
						
						
							
						
						8cb1442e10 
					 
					
						
						
							
							* include/float.h: #include_next<float.h> before header guard.  
						
						 
						
						
						
						
					 
					
						2002-06-18 04:20:14 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Danny Smith 
							
						 
					 
					
						
						
							
						
						9fe2a2157b 
					 
					
						
						
							
							2002-06-18  Casper S. Hornstrup  <chorns@users.sourceforge.net>  
						
						 
						
						... 
						
						
						
						* include/_mingw.h (__MINGW_IMPORT): Check for prior definition before
	defining.
	* include/excpt.h (): Include windef.h not windows.h.
	* include/fcntl.h (_O_SHORT_LIVED): Add define.
	(_chmod): Add prototype.
        (_creat): Correct prototype.
	(SH_DENY*): Rename defines to _SH_DENY*.
	(SH_DENY*): Add Non-ANSI names for _SH_DENY*.
	include/stdio.h (_IOMYBUF, _IOEOF, _IOERR, _IOSTRG,
	_IOAPPEND): Add defines.
	(_wfindfirst): Correct prototype.
	(_wfdopen): Add prototype.
	* include/stdlib.h (_rotl, _rotr, _lrotl, _lrotr): Add
	prototypes.
	* include/string.h (_mbschr, _mbstok, _mbsncat): Remove
	 prototypes.
	(_wcsdup): Correct prototype.
	* include/mbstring.h: Remove comments about _mbschr, _mbstok,
	 _mbsncat being in string.h.
	* include/wchar.h (_wfindfirst): Correct prototype.
	* include/tchar.h (_tfdopen): Add _UNICODE mappings. 
						
						
					 
					
						2002-06-18 04:13:18 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Earnie Boyd 
							
						 
					 
					
						
						
							
						
						5ae611458b 
					 
					
						
						
							
							* include/_mingw.h: Increment to version 2.1.  
						
						 
						
						... 
						
						
						
						* Makefile.in: Ditto. 
						
						
					 
					
						2002-06-15 15:56:58 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Earnie Boyd 
							
						 
					 
					
						
						
							
						
						00f55bc3a9 
					 
					
						
						
							
							* Makefile.in (conf_prefix): New variable.  
						
						 
						
						... 
						
						
						
						(dist_prefix): Ditto. Conditionally set to $(conf_prefix).
	(bindist): Use dist_prefix. 
						
						
					 
					
						2002-06-15 14:06:21 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Danny Smith 
							
						 
					 
					
						
						
							
						
						dc8971488e 
					 
					
						
						
							
							* include/_mingw.h: Increment version to 2.0.  
						
						 
						
						... 
						
						
						
						* Makefile.in: Ditto.
	Merge in mingwex branch. 
						
						
					 
					
						2002-06-13 10:20:48 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Earnie Boyd 
							
						 
					 
					
						
						
							
						
						4ad1e6fedb 
					 
					
						
						
							
							Merging MinGW changes  
						
						 
						
						
						
						
					 
					
						2002-05-28 13:13:45 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Danny Smith 
							
						 
					 
					
						
						
							
						
						cb699ad770 
					 
					
						
						
							
							* include/mbstring.h: New file.  
						
						 
						
						... 
						
						
						
						* include/mbctype.h: New file.
	Correct some email address dyslexia. 
						
						
					 
					
						2002-04-20 13:50:04 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Danny Smith 
							
						 
					 
					
						
						
							
						
						97b6ae270d 
					 
					
						
						
							
							* include/tchar.h (_tputenv): Add UNICODE mappings.  
						
						 
						
						... 
						
						
						
						(_tsearchenv): Likewise.
	(_tmakepath): Likewise.
	(_tsplitpath): Likewise.
	(_tfullpath): Likewise.
	(__TEXT): Make same as define in w32api/include/winnt.h. 
						
						
					 
					
						2002-04-20 05:13:20 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Danny Smith 
							
						 
					 
					
						
						
							
						
						1cbcda2e6c 
					 
					
						
						
							
							* include/tchar.h (_tputenv): Add UNICODE mappings.  
						
						 
						
						... 
						
						
						
						(_tsearchenv): Likewise.
	(_tmakepath): Likewise.
	(_tsplitpath): Likewise.
	(_tfullpath): Likewise.
	(__TEXT): Make same as define in w32api/include/winnt.h. 
						
						
					 
					
						2002-04-20 05:05:50 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Danny Smith 
							
						 
					 
					
						
						
							
						
						e9f1cbd011 
					 
					
						
						
							
							* dirent.c (opendir): Convert given pathname to  
						
						 
						
						... 
						
						
						
						absolute pathname. 
						
						
					 
					
						2002-04-18 10:32:27 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Earnie Boyd 
							
						 
					 
					
						
						
							
						
						4e4871b389 
					 
					
						
						
							
							* include/_mingw.h: Increment version.  
						
						 
						
						... 
						
						
						
						* Makefile.in: Ditto. 
						
						
					 
					
						2002-04-09 23:47:01 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Earnie Boyd 
							
						 
					 
					
						
						
							
						
						605280b192 
					 
					
						
						
							
							* Makefile.in: Use bzip2 compression for Cygwin target.  
						
						 
						
						
						
						
					 
					
						2002-04-09 22:22:17 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Earnie Boyd 
							
						 
					 
					
						
						
							
						
						41c3dd2144 
					 
					
						
						
							
							* moldname-crtdll.def: Remove CR from end of line.  
						
						 
						
						... 
						
						
						
						* moldname-msvcrt.def: Ditto. 
						
						
					 
					
						2002-04-09 21:03:59 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Danny Smith 
							
						 
					 
					
						
						
							
						
						244a8fae42 
					 
					
						
						
							
							* include/math.h (DOMAIN, SING, OVERFLOW, UNDERFLOW,  
						
						 
						
						... 
						
						
						
						TLOSS, PLOSS): Move oldname defines back, following
	the underscored names. 
						
						
					 
					
						2002-04-04 08:54:50 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Danny Smith 
							
						 
					 
					
						
						
							
						
						06bdee1cf6 
					 
					
						
						
							
							* include/stdio.h (_snwprintf): Correct spelling.  
						
						 
						
						... 
						
						
						
						(_vsnwprintf): Likewise.
	* include/wchar.h (_snwprintf): Correct spelling.
	(_vsnwprintf): Likewise. 
						
						
					 
					
						2002-03-30 01:38:27 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Danny Smith 
							
						 
					 
					
						
						
							
						
						eba631d6a9 
					 
					
						
						
							
							* moldname.def.in (__MSVCRT__): Replace with !(__CRTDLL).  
						
						 
						
						... 
						
						
						
						(wpopen): Add if !(__CRTDLL).
	* Makefile.in (moldname-msvcrt.def rule): Use -C, not -c to
	preserve comments.
	(moldname-crtdll.def rule): Likewise.
	* moldname-msvcrt.def: Regenerate.
	* moldname-crtdll.def: Regenerate.
	* include/stdio.h (wpopen):Use prototype, not a define.
	(_swnprintf): Add prototype.
	(_vswnprintf): Likewise.
	Tidy up whitespace.
	* include/wchar.h (_swnprintf): Add prototype.
	(_vswnprintf): Likewise.
	Tidy up whitespace. 
						
						
					 
					
						2002-03-26 22:23:25 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Danny Smith 
							
						 
					 
					
						
						
							
						
						88a820dbcc 
					 
					
						
						
							
							* include/malloc.h (_heapinfo): Correct structure definition.  
						
						 
						
						... 
						
						
						
						(_USEDENTRY,_FREEENTRY): Add defines.
	Add comment on platform support for _heap* functions.
	(_get_sbh_threshold): Add prototype.
	(_set_sbh_threshold): Likewise.
	(_expand): Likewise. 
						
						
					 
					
						2002-01-27 22:54:54 +00:00