]> pd.if.org Git - pdclib.old/log
pdclib.old
11 years agoPDCLIB-2 PDCLIB-12: Move _PDCLIB_mbstate_t to _PDCLIB_encoding.h, the new home for...
Owen Shepherd [Sun, 30 Dec 2012 21:43:19 +0000 (21:43 +0000)]
PDCLIB-2 PDCLIB-12: Move _PDCLIB_mbstate_t to _PDCLIB_encoding.h, the new home for character-related functions. Update wchar.h to reference this. Define mbstate_t to be 128 bytes; a very conservative size

11 years agoPDCLIB-2 PDCLIB-12: Add Latin-1 codec
Owen Shepherd [Sun, 30 Dec 2012 20:37:30 +0000 (20:37 +0000)]
PDCLIB-2 PDCLIB-12: Add Latin-1 codec

11 years agoPDCLIB-2 PDCLIB-12: ASCII codec correct off-by-one error
Owen Shepherd [Sun, 30 Dec 2012 20:37:13 +0000 (20:37 +0000)]
PDCLIB-2 PDCLIB-12: ASCII codec correct off-by-one error

11 years agoPDCLIB-2 PDCLIB-12: Add new "basecodecs" option, which will provide ASCII/Latin-1...
Owen Shepherd [Sun, 30 Dec 2012 20:32:19 +0000 (20:32 +0000)]
PDCLIB-2 PDCLIB-12: Add new "basecodecs" option, which will provide ASCII/Latin-1/UTF-8 codecs. Add to the POSIX build.

11 years ago_PDCLIB_encoding.h: match internal types
Owen Shepherd [Sun, 30 Dec 2012 20:31:39 +0000 (20:31 +0000)]
_PDCLIB_encoding.h: match internal types

11 years agoMake _PDCLIB_mbstate_t available in the type namespace, not just the struct tag namespace
Owen Shepherd [Sun, 30 Dec 2012 20:31:02 +0000 (20:31 +0000)]
Make _PDCLIB_mbstate_t available in the type namespace, not just the struct tag namespace

11 years agouchar.h: correct preprocessor directives
Owen Shepherd [Sun, 30 Dec 2012 20:30:08 +0000 (20:30 +0000)]
uchar.h: correct preprocessor directives

11 years agoPDCLIB-2 PDCLIB-12: Add uchar.h with appropriate type definitions. Functions TBD.
Owen Shepherd [Sun, 30 Dec 2012 20:03:12 +0000 (20:03 +0000)]
PDCLIB-2 PDCLIB-12: Add uchar.h with appropriate type definitions. Functions TBD.

11 years agoElaborate on the interface of the encoding functions
Owen Shepherd [Sun, 30 Dec 2012 20:01:45 +0000 (20:01 +0000)]
Elaborate on the interface of the encoding functions

11 years agoPDCLIB-12: Groundwork for encoding support system
Owen Shepherd [Sun, 30 Dec 2012 19:28:27 +0000 (19:28 +0000)]
PDCLIB-12: Groundwork for encoding support system

11 years agoRename files which had not yet been renamed in the POSIX platform
Owen Shepherd [Sun, 30 Dec 2012 17:25:45 +0000 (17:25 +0000)]
Rename files which had not yet been renamed in the POSIX platform

11 years agoRename all files to match their primary symbol (avoids file conflicts in library...
Owen Shepherd [Sun, 30 Dec 2012 17:23:14 +0000 (17:23 +0000)]
Rename all files to match their primary symbol (avoids file conflicts in library archives)

11 years agoAdd alias manpages for all the unlocked stdio functions
Owen Shepherd [Sun, 30 Dec 2012 12:25:38 +0000 (12:25 +0000)]
Add alias manpages for all the unlocked stdio functions

11 years ago<stdio.h>: remove fileno_unlocked (illegal immigrant from POSIX! We don't and never...
Owen Shepherd [Sun, 30 Dec 2012 12:24:19 +0000 (12:24 +0000)]
<stdio.h>: remove fileno_unlocked (illegal immigrant from POSIX! We don't and never will implement it; it doesn't make sense for us)

11 years agoManual page on unlocked stdio routines
Owen Shepherd [Sun, 30 Dec 2012 01:36:31 +0000 (01:36 +0000)]
Manual page on unlocked stdio routines

11 years agoAdd man page aliases for ftrylockfile/funlockfile
Owen Shepherd [Sun, 30 Dec 2012 00:47:56 +0000 (00:47 +0000)]
Add man page aliases for ftrylockfile/funlockfile

11 years agoAdd pthreads threading backend and move the POSIX port over to using it
Owen Shepherd [Thu, 27 Dec 2012 21:49:28 +0000 (21:49 +0000)]
Add pthreads threading backend and move the POSIX port over to using it

11 years agothreads.h: correct definition of call_once when no fast path is defined
Owen Shepherd [Thu, 27 Dec 2012 21:40:28 +0000 (21:40 +0000)]
threads.h: correct definition of call_once when no fast path is defined

11 years agoqsort: Regression test now ignores 4th test on Mac OS X in addition to BSDs (test...
Owen Shepherd [Thu, 27 Dec 2012 21:38:54 +0000 (21:38 +0000)]
qsort: Regression test now ignores 4th test on Mac OS X in addition to BSDs (test causes hang)

11 years agorewind: Add _unlocked variation. Make rewind() actually take lock before touching...
Owen Shepherd [Thu, 27 Dec 2012 21:37:26 +0000 (21:37 +0000)]
rewind: Add _unlocked variation. Make rewind() actually take lock before touching file object

11 years agoAdd rules to .hgignore to ignore test files
Owen Shepherd [Thu, 27 Dec 2012 21:35:45 +0000 (21:35 +0000)]
Add rules to .hgignore to ignore test files

11 years agoFix warnings
Owen Shepherd [Thu, 27 Dec 2012 01:13:24 +0000 (01:13 +0000)]
Fix warnings

11 years agoAdd an up to date POSIX port (works on Mac OS X). This is fully functional except...
Owen Shepherd [Thu, 27 Dec 2012 00:46:40 +0000 (00:46 +0000)]
Add an up to date POSIX port (works on Mac OS X). This is fully functional except for strerror. Warning cleanup is to come.

11 years agoRemove object files that had smuggled their way into the POSIX platform directories
Owen Shepherd [Thu, 27 Dec 2012 00:42:37 +0000 (00:42 +0000)]
Remove object files that had smuggled their way into the POSIX platform directories

11 years ago_PDCLIB_float.h: add newline at end of file
Owen Shepherd [Thu, 27 Dec 2012 00:33:42 +0000 (00:33 +0000)]
_PDCLIB_float.h: add newline at end of file
_PDCLIB_int.h: provide way to override choice of int64_t

11 years agoopt/nothread: add support for recursion
Owen Shepherd [Thu, 27 Dec 2012 00:29:19 +0000 (00:29 +0000)]
opt/nothread: add support for recursion

11 years agoMove existing errno handling to tss_errno, to allow the POSIX platform to just use...
Owen Shepherd [Thu, 27 Dec 2012 00:27:28 +0000 (00:27 +0000)]
Move existing errno handling to tss_errno, to allow the POSIX platform to just use the underlying OS's errno implementation. Eventually, tss_errno will use the thread specific primitives.

11 years agoAdd hello world file which can be used to establish that the I/O routines are working
Owen Shepherd [Thu, 27 Dec 2012 00:19:49 +0000 (00:19 +0000)]
Add hello world file which can be used to establish that the I/O routines are working

11 years agoJamfile, Jamrules: Convert to UNIX line endings
Owen Shepherd [Thu, 27 Dec 2012 00:19:04 +0000 (00:19 +0000)]
Jamfile, Jamrules: Convert to UNIX line endings

11 years agowcsncat test suite had a parameter which was a narrow string. whoops!
Owen Shepherd [Thu, 27 Dec 2012 00:11:19 +0000 (00:11 +0000)]
wcsncat test suite had a parameter which was a narrow string. whoops!

11 years agoFIXES PDCLIB-20 by preserving _PDCLIB_STATUS flag
Owen Shepherd [Thu, 27 Dec 2012 00:05:11 +0000 (00:05 +0000)]
FIXES PDCLIB-20 by preserving _PDCLIB_STATUS flag

11 years agoPDCLIB_scan: For %p, use E_long. This is a temporary change: Long term, we will be...
Owen Shepherd [Wed, 26 Dec 2012 23:28:07 +0000 (23:28 +0000)]
PDCLIB_scan: For %p, use E_long. This is a temporary change: Long term, we will be adding an E_pointer conversion

11 years ago_PDCLIB_print: Change "written" unsigned -> int due to C promotion rules causing...
Owen Shepherd [Wed, 26 Dec 2012 22:19:57 +0000 (22:19 +0000)]
_PDCLIB_print: Change "written" unsigned -> int due to C promotion rules causing incorrect behaviour on 64-bit platforms

11 years ago_PDCLIB_scan: Correct INT_MAX -> UINT_MAX when initializing width
Owen Shepherd [Wed, 26 Dec 2012 19:45:24 +0000 (19:45 +0000)]
_PDCLIB_scan: Correct INT_MAX -> UINT_MAX when initializing width
vfprintf: Correct SIZE_MAX -> UINT_MAX when initializing width

11 years agoposix: First pass at updated config file for POSIX platforms
Owen Shepherd [Wed, 26 Dec 2012 18:54:57 +0000 (18:54 +0000)]
posix: First pass at updated config file for POSIX platforms

11 years agowin32: _PDCLIB_config.h cleaned up:
Owen Shepherd [Wed, 26 Dec 2012 18:53:47 +0000 (18:53 +0000)]
win32: _PDCLIB_config.h cleaned up:
 * _PDCLIB_NOHANDLE removed (obsolete)
 * _PDCLIB_NORETURN removed (obsolete)
 * Temp name length was greated than max guaranteed file name length. This has obvious issus.

11 years ago_PDCLIB_aux.h: Better detection of Clang and GCC features
Owen Shepherd [Wed, 26 Dec 2012 18:51:35 +0000 (18:51 +0000)]
_PDCLIB_aux.h: Better detection of Clang and GCC features

11 years ago_PDCLIB_seek: Incorrect specification (used int64_t where int_fast64_t was correct)
Owen Shepherd [Wed, 26 Dec 2012 18:50:48 +0000 (18:50 +0000)]
_PDCLIB_seek: Incorrect specification (used int64_t where int_fast64_t was correct)

11 years ago_PDCLIB_scan: Had incorrect upper bound on field width causing integer overflow
Owen Shepherd [Wed, 26 Dec 2012 18:50:04 +0000 (18:50 +0000)]
_PDCLIB_scan: Had incorrect upper bound on field width causing integer overflow

11 years agoAdd Sublime Text project file
Owen Shepherd [Fri, 14 Dec 2012 15:36:25 +0000 (15:36 +0000)]
Add Sublime Text project file

11 years agoPDCLIB-18: Unify fgetc under _PDCLIB_getchars. Also unify gets under _PDCLIB_getchars...
Owen Shepherd [Tue, 11 Dec 2012 02:00:22 +0000 (02:00 +0000)]
PDCLIB-18: Unify fgetc under _PDCLIB_getchars. Also unify gets under _PDCLIB_getchars (gets also suffered from the bug)

11 years agoPDCLIB-18: Add _PDCLIB_getchars to _PDCLIB_io.h. Change fread & fgets to go through...
Owen Shepherd [Tue, 11 Dec 2012 01:42:35 +0000 (01:42 +0000)]
PDCLIB-18: Add _PDCLIB_getchars to _PDCLIB_io.h. Change fread & fgets to go through this function.

All narrow character reads are going to be directed through this function

11 years agoPDCLIB-19: Remove gets() when >=C11. Deprecated it universally.
Owen Shepherd [Tue, 11 Dec 2012 01:15:02 +0000 (01:15 +0000)]
PDCLIB-19: Remove gets() when >=C11. Deprecated it universally.

11 years agoPDCLIB-18: Implement defect test cases
Owen Shepherd [Tue, 11 Dec 2012 00:55:36 +0000 (00:55 +0000)]
PDCLIB-18: Implement defect test cases

11 years agoPDCLIB-8: First phase of intergation of new I/O backend system (with minimal
Owen Shepherd [Wed, 5 Dec 2012 02:20:16 +0000 (02:20 +0000)]
PDCLIB-8: First phase of intergation of new I/O backend system (with minimal
disruption of existing code)
* _PDCLIB_fdopen: renamed _PDCLIB_fvopen to more clearly deliniate from POSIX
  fdopen function and state purpose
* _PDCLIB_fd_t is now a library provided union type
   Contains members of type void*, uintptr_t, intptr_t. If another type is
   required, define _PDCLIB_OSFD_T to that type in _PDCLIB_config.h
* _PDCLIB_fileops_t added. This structure contains the file operations
* _PDCLIB_fillbuffer, _PDCLIB_flushbuffer, _PDCLIB_seek become internal APIs
    (_PDCLIB_seek's days are numbered!)
* _PDCLIB_close is removed
* tmpfile() and fopen() should now call through to _PDCLIB_fvopen and provide
  a pointer to an appropriate _PDCLIB_fileops_t structure

Win32 port updated. Other ports are TODO

11 years agoOn C++, define _PDCLIB_wchar_t to be builtin type wchar_t
Owen Shepherd [Tue, 4 Dec 2012 19:07:13 +0000 (19:07 +0000)]
On C++, define _PDCLIB_wchar_t to be builtin type wchar_t

11 years agowin32: Fix warnings relating to definition of LONG and use of InterlockedCompareExchange
Owen Shepherd [Thu, 15 Nov 2012 20:33:02 +0000 (20:33 +0000)]
win32: Fix warnings relating to definition of LONG and use of InterlockedCompareExchange

11 years agoPDCLIB-15: _PDCLIB_print now calls through to putc_unlocked
Owen Shepherd [Thu, 15 Nov 2012 20:03:28 +0000 (20:03 +0000)]
PDCLIB-15: _PDCLIB_print now calls through to putc_unlocked

11 years agoPDCLIB-16: Add _unlocked variations of all I/O routines; move work into these versions
Owen Shepherd [Mon, 12 Nov 2012 04:09:02 +0000 (04:09 +0000)]
PDCLIB-16: Add _unlocked variations of all I/O routines; move work into these versions
PDCLIB-15: Make most stdio routines lock the stream and then call through to the _unlocked version

11 years agoPDCLIB-15: fopen initializes stream lock; fclose releases
Owen Shepherd [Thu, 8 Nov 2012 23:21:37 +0000 (23:21 +0000)]
PDCLIB-15: fopen initializes stream lock; fclose releases

11 years agoPDCLIB-15 PDCLIB-16:
Owen Shepherd [Thu, 8 Nov 2012 23:17:29 +0000 (23:17 +0000)]
PDCLIB-15 PDCLIB-16:
 * Move _PDCLIB_file_t to _PDCLIB_io.h, compertmentalizing dependencies.
   Removes I/O specific structures from _PDCLIB_int.h. Allows _PDCLIB_io.h
   to depend upon _PDCLIB_threadconfig.h without recursive dependencies
   happening.
 * Add "lock" member to _PDCLIB_file_t as the stream locking mutex
 * Add flockfile/ftrylockfile/funlockfile as functions which manipulate the
   locking mutex explicitly
 * Add man page on flockfile/funlockfile/ftrylockfile
 * Add flockfile/ftrylockfile/funlockfile and *_unlocked to <stdio.h> and
   <wchar.h> as appropriate
 * win32: Initialize mutex member correctly

11 years agoImprove reStructuredText formatting
Owen Shepherd [Thu, 8 Nov 2012 20:09:03 +0000 (20:09 +0000)]
Improve reStructuredText formatting

11 years agoConvert readme to be in reStructuredText format (for nice formatting)
Owen Shepherd [Thu, 8 Nov 2012 20:00:06 +0000 (20:00 +0000)]
Convert readme to be in reStructuredText format (for nice formatting)

11 years agoPDCLIB-14: abort() on buffer size error
Owen Shepherd [Thu, 8 Nov 2012 19:58:40 +0000 (19:58 +0000)]
PDCLIB-14: abort() on buffer size error

11 years agoPDCLIB-13: fwrite did not reset it's offset after doing a buffer flush.
Owen Shepherd [Wed, 10 Oct 2012 15:01:48 +0000 (16:01 +0100)]
PDCLIB-13: fwrite did not reset it's offset after doing a buffer flush.
           TODO: Evaluate if fwrite should move to using an offset stored inside the FILE structure

   Patch submitted by Rink Springer (complexity: trivial)

11 years agoUpdate .hgignore to ignore sublime text workspaces
Owen Shepherd [Wed, 10 Oct 2012 15:00:08 +0000 (16:00 +0100)]
Update .hgignore to ignore sublime text workspaces

11 years agoPDCLIB-2: Pure wide character functions
Owen Shepherd [Tue, 11 Sep 2012 21:48:43 +0000 (22:48 +0100)]
PDCLIB-2: Pure wide character functions
 * functions/wchar/: functions which only involve wide characters & no locale dependent characters
 * opt/mincoll: new option providing bare minimum collation support (pure wchar_t binary comparison)
 * platform/win32: Use mincoll
 * testing/_PDCLIB_test.h: Provide wide character strings for testing the wide character functions

11 years agoPDCLIB-2: <wchar.h>: don't expect or expose definition of FILE. Declare mbstate_t...
Owen Shepherd [Tue, 11 Sep 2012 21:46:07 +0000 (22:46 +0100)]
PDCLIB-2: <wchar.h>: don't expect or expose definition of FILE. Declare mbstate_t, wint_t, wchar_t

11 years agoman3/wchar.h.3: _PDCLIB_restrict -> restrict. doh.
Owen Shepherd [Wed, 29 Aug 2012 23:40:24 +0000 (00:40 +0100)]
man3/wchar.h.3: _PDCLIB_restrict -> restrict. doh.

11 years agoman3/pdclib.3: link wchar.h from our list of headers
Owen Shepherd [Wed, 29 Aug 2012 23:37:37 +0000 (00:37 +0100)]
man3/pdclib.3: link wchar.h from our list of headers

11 years agoPDCLIB-2: Complete wchar.h + manual page. This header is a monster, implies numerous...
Owen Shepherd [Wed, 29 Aug 2012 23:29:27 +0000 (00:29 +0100)]
PDCLIB-2: Complete wchar.h + manual page. This header is a monster, implies numerous backend changes, and therefore is going to be a bit of a slog :-(

11 years agoPDCLIB-7: Add _PDCLIB_ftell64 to give us full precision file positioning information...
Owen Shepherd [Sun, 26 Aug 2012 15:33:48 +0000 (16:33 +0100)]
PDCLIB-7: Add _PDCLIB_ftell64 to give us full precision file positioning information. Rewrite ftell to use it, and fseek to use it for the SEEK_CUR case. This should resolve PDCLIB-7

11 years agoPDCLIB-7: When fseek is called with SEEK_CUR, internally calculate the new offset...
Owen Shepherd [Sun, 26 Aug 2012 15:04:22 +0000 (16:04 +0100)]
PDCLIB-7: When fseek is called with SEEK_CUR, internally calculate the new offset and then hand SEEK_SET to the glue layer, as our offset may differ from the offset of the underlying file descriptor due to buffering

11 years agoopt nothread: Fix call_once to match recent changes to the implementation method
Owen Shepherd [Sat, 25 Aug 2012 20:23:17 +0000 (21:23 +0100)]
opt nothread: Fix call_once to match recent changes to the implementation method

11 years agowin32: mutex rewrite. new form is much simpler
Owen Shepherd [Sat, 25 Aug 2012 19:04:11 +0000 (20:04 +0100)]
win32: mutex rewrite. new form is much simpler

11 years agostrnlen: stupid off-by-one
Owen Shepherd [Sat, 25 Aug 2012 19:03:06 +0000 (20:03 +0100)]
strnlen: stupid off-by-one

11 years agoprintf_testcases.h: don't check for _PDCLIB_CHAR_SIGNED; instead, check for CHAR_MIN...
Owen Shepherd [Sat, 25 Aug 2012 16:57:34 +0000 (17:57 +0100)]
printf_testcases.h: don't check for _PDCLIB_CHAR_SIGNED; instead, check for CHAR_MIN==-128.

11 years agoPDCLIB-6: Didn't increment the specification pointer after the '*' in a precision...
Owen Shepherd [Sat, 25 Aug 2012 16:54:38 +0000 (17:54 +0100)]
PDCLIB-6: Didn't increment the specification pointer after the '*' in a precision specifier. Our printf now passes the tyndur test suite.

11 years agoC11 7.21.6.1p8 "The result of converting a zero value with a precision of zero is...
Owen Shepherd [Sat, 25 Aug 2012 16:50:29 +0000 (17:50 +0100)]
C11 7.21.6.1p8 "The result of converting a zero value with a precision of zero is no characters"

11 years agoC11 7.21.6.1p4: the precision may be * or an _optional_ number
Owen Shepherd [Sat, 25 Aug 2012 16:46:02 +0000 (17:46 +0100)]
C11 7.21.6.1p4: the precision may be * or an _optional_ number

11 years agoPDCLIB-6: Macros not wrapped in parentheses are evil things
Owen Shepherd [Sat, 25 Aug 2012 16:40:04 +0000 (17:40 +0100)]
PDCLIB-6: Macros not wrapped in parentheses are evil things

11 years agoPDCLIB-6: Removing the zero flag requires bitwise and, not bitwise xor
Owen Shepherd [Sat, 25 Aug 2012 16:31:08 +0000 (17:31 +0100)]
PDCLIB-6: Removing the zero flag requires bitwise and, not bitwise xor

11 years agoPDCLIB-6: Move output from %s/%c specifiers to their own functions in _PDCLIB_print...
Owen Shepherd [Sat, 25 Aug 2012 14:33:53 +0000 (15:33 +0100)]
PDCLIB-6: Move output from %s/%c specifiers to their own functions in _PDCLIB_print. These functions now handle padding and precision appropriately

11 years ago_PDCLIB_iotest.h: Print out the format string which caused the error (PDCLIB-6)
Owen Shepherd [Sat, 25 Aug 2012 14:32:54 +0000 (15:32 +0100)]
_PDCLIB_iotest.h: Print out the format string which caused the error (PDCLIB-6)

11 years ago<string.h>: add POSIX 2008 extension strnlen (general utility + use by printf).
Owen Shepherd [Sat, 25 Aug 2012 14:32:11 +0000 (15:32 +0100)]
<string.h>: add POSIX 2008 extension strnlen (general utility + use by printf).

11 years agoPDCLIB-6: _PDCLIB_status_t: change members from size_t to unsigned or int as appropri...
Owen Shepherd [Sat, 25 Aug 2012 14:31:04 +0000 (15:31 +0100)]
PDCLIB-6: _PDCLIB_status_t: change members from size_t to unsigned or int as appropriate. >int will overflow into error return anyway. Aligns types to better support negative precisions.

11 years agoprintf_testcases.h: Don't enable the Tyndur test cases if TEST_CONVERSION_ONLY is...
Owen Shepherd [Sat, 25 Aug 2012 02:19:50 +0000 (03:19 +0100)]
printf_testcases.h: Don't enable the Tyndur test cases if TEST_CONVERSION_ONLY is defined (it causes spurious test failures in the _PDCLIB_print test)

11 years agoPDCLIB-6: int2base: alternate conversion specifier for hex output (#x/#X) doesn't...
Owen Shepherd [Sat, 25 Aug 2012 02:18:57 +0000 (03:18 +0100)]
PDCLIB-6: int2base: alternate conversion specifier for hex output (#x/#X) doesn't print 0x/0X if value==0

11 years agoPDCLIB-6: Inside _PDCLIB_print, remove intformat and completely rewrite int2base...
Owen Shepherd [Sat, 25 Aug 2012 02:09:07 +0000 (03:09 +0100)]
PDCLIB-6: Inside _PDCLIB_print, remove intformat and completely rewrite int2base. The new code is non-recursive and far more logical. Additionally, because everything occurs in one place, it vastly simplifies some aspects of the handling

11 years ago_PDCLIB_iotest.h: the code for determining if the result matched or not was too cleve...
Owen Shepherd [Sat, 25 Aug 2012 00:43:23 +0000 (01:43 +0100)]
_PDCLIB_iotest.h: the code for determining if the result matched or not was too clever, and operator short circuiting was casuing the "actual" result for cases where the return codes didn't match to be stale (i.e. the result from a previous test). This should make fixing PDCLIB-6 much simpler

11 years agoPDCLIB-6: Incorporate the Tyndur test suite into our printf test suite (see included...
Owen Shepherd [Fri, 24 Aug 2012 18:14:14 +0000 (19:14 +0100)]
PDCLIB-6: Incorporate the Tyndur test suite into our printf test suite (see included license note for details).

This both incorporates the test suite to aid in fixing PDCLIB-6, and also ensures we have a good test suite to use for regression tests

11 years agoManual pages: renmae man->man3 to follow existing conventions. Add files _Exit.3...
Owen Shepherd [Fri, 24 Aug 2012 16:54:44 +0000 (17:54 +0100)]
Manual pages: renmae man->man3 to follow existing conventions. Add files _Exit.3, quick_exit.3, at_quick_exit.3, strndup.3 aliasing the file which documents said function, using .so inclusion directive. (While symlinks would be ideal, they are not sufficiently portable)

11 years agowin32: mtx_destroy implemented
Owen Shepherd [Thu, 23 Aug 2012 15:33:29 +0000 (16:33 +0100)]
win32: mtx_destroy implemented

11 years ago<threads.h>: correct declaration of thrd_start_t. oops.
Owen Shepherd [Thu, 23 Aug 2012 15:32:51 +0000 (16:32 +0100)]
<threads.h>: correct declaration of thrd_start_t. oops.

11 years ago<time.h> opt/notime: add timespec_get. wrap time with REGTEST check
Owen Shepherd [Thu, 23 Aug 2012 15:32:16 +0000 (16:32 +0100)]
<time.h> opt/notime: add timespec_get. wrap time with REGTEST check

11 years ago<time.h>: define timespec_get, TIME_UTC, to support <threads.h> implementations
Owen Shepherd [Thu, 23 Aug 2012 15:25:20 +0000 (16:25 +0100)]
<time.h>: define timespec_get, TIME_UTC, to support <threads.h> implementations

11 years agowin32: initial pass at thread support
Owen Shepherd [Wed, 22 Aug 2012 22:23:05 +0000 (23:23 +0100)]
win32: initial pass at thread support

11 years agocall_once: inline definition in threads.h (available when _PDCLIB_ONCE_FLAG_IS_DONE...
Owen Shepherd [Wed, 22 Aug 2012 22:21:45 +0000 (23:21 +0100)]
call_once: inline definition in threads.h (available when _PDCLIB_ONCE_FLAG_IS_DONE is defined): had sense of conditional wrong way around

11 years ago_PDCLIB_ONCE_FLAG_DONE -> _PDCLIB_ONCE_FLAG_IS_DONE(flag) to support once_flag types...
Owen Shepherd [Wed, 22 Aug 2012 21:05:16 +0000 (22:05 +0100)]
_PDCLIB_ONCE_FLAG_DONE -> _PDCLIB_ONCE_FLAG_IS_DONE(flag) to support once_flag types which are not simply comparable (e.g. structures)

11 years agowin32: predeclare mainCRTStartup in crt0.c (silence compiler warning)
Owen Shepherd [Wed, 22 Aug 2012 13:27:18 +0000 (14:27 +0100)]
win32: predeclare mainCRTStartup in crt0.c (silence compiler warning)

11 years agoRemove dev_zero_fd from dlmalloc.c (we don't use it - its a dlmalloc unix assumption)
Owen Shepherd [Wed, 22 Aug 2012 13:25:15 +0000 (14:25 +0100)]
Remove dev_zero_fd from dlmalloc.c (we don't use it - its a dlmalloc unix assumption)

11 years agowin32: declare _PDCLIB_w32errno in _PDCLIB_flushbuffer.c
Owen Shepherd [Wed, 22 Aug 2012 13:23:17 +0000 (14:23 +0100)]
win32: declare _PDCLIB_w32errno in _PDCLIB_flushbuffer.c

11 years agowcsrchr: add (wchar_t*) cast to found assignment (previously was assigning a const...
Owen Shepherd [Wed, 22 Aug 2012 13:22:23 +0000 (14:22 +0100)]
wcsrchr: add (wchar_t*) cast to found assignment (previously was assigning a const wchar_t without cast)

11 years agowin32: Predeclare _PDCLIB_w32errno (silence compiler warning)
Owen Shepherd [Wed, 22 Aug 2012 13:21:18 +0000 (14:21 +0100)]
win32: Predeclare _PDCLIB_w32errno (silence compiler warning)

11 years agorename: test driver checked for rv == -1 on failure. Standard defines failure as...
Owen Shepherd [Wed, 22 Aug 2012 13:20:55 +0000 (14:20 +0100)]
rename: test driver checked for rv == -1 on failure. Standard defines failure as any non-zero return; now check rv != 0. This makes the testsuite complete on win32 without failures (excepting disabled/not yet tested warnings)

11 years agowin32: L_tmpnam set to 260 (MAX_PATH)
Owen Shepherd [Wed, 22 Aug 2012 12:58:32 +0000 (13:58 +0100)]
win32: L_tmpnam set to 260 (MAX_PATH)

11 years ago<float.h> is now implemented in the platform independent portion. It is based
Owen Shepherd [Thu, 16 Aug 2012 23:13:35 +0000 (00:13 +0100)]
<float.h> is now implemented in the platform independent portion. It is based
upon a macro family defined in _PDCLIB_float.h, which is similar in structore
to the existing _PDCLIB_int.h. It is controlled by three definitions in
_PDCLIB_config.h, which define which IEEE 754 format the floating point types
are in. This removes a GCC dependency from all of the targets, and should help
in making PDCLib support other compilers

11 years agowin32: most tests now build on Watcom
Owen Shepherd [Thu, 16 Aug 2012 17:45:37 +0000 (18:45 +0100)]
win32: most tests now build on Watcom

11 years agoEnable building PDCLib with Watcom. This was surprisingly painless: their C99 mode...
Owen Shepherd [Thu, 16 Aug 2012 13:59:39 +0000 (14:59 +0100)]
Enable building PDCLib with Watcom. This was surprisingly painless: their C99 mode has come a long way!

11 years agoprintf test cases: check signdness of char. Validate assumptions about shorts
Owen Shepherd [Thu, 16 Aug 2012 13:58:54 +0000 (14:58 +0100)]
printf test cases: check signdness of char. Validate assumptions about shorts