Activity for Extended C Library

  • Lelanthran Lelanthran committed [r580]

    Added override-able #defines for filenames where pointed out by Ze'ev

  • Lelanthran Lelanthran committed [r579]

    Added a xstr_printf() family of functions.

  • Lelanthran Lelanthran committed [r578]

    Change to make this compile on OS X

  • Lelanthran Lelanthran committed [r577]

    Fixed compilation error on windows - test program used ISLNK which (apparently)

  • Lelanthran Lelanthran committed [r576]

    Changed all the (uint8_t*) utf data strings to plain (char*) data strings.

  • Lelanthran Lelanthran committed [r575]

    Added a length getter for xjson.

  • Lelanthran Lelanthran committed [r574]

    Added a few test cases for checking that the mode fields work in the

  • Lelanthran Lelanthran committed [r573]

    Added parameter check for xvector_del_tail() so that we don't index -1

  • Lelanthran Lelanthran committed [r572]

    Added a new module - flat file database.

  • Lelanthran Lelanthran committed [r571]

    Fixed invalid json in output.

  • Lelanthran Lelanthran committed [r570]

    Fixed a lot of warnings, ensured that tests complete correctly.

  • Lelanthran Lelanthran committed [r569]

    Fixed float errors that were read in.

  • Lelanthran Lelanthran committed [r568]

    Problems in the parsing of floating point numbers.

  • Lelanthran Lelanthran committed [r567]

    Added documentation for base64 encoding/decoding.

  • Lelanthran Lelanthran committed [r566]

    Completed the tests for the base64_*() functions. Not yet completed the

  • Lelanthran Lelanthran committed [r565]

    Implemented the encoder, not completely working on all test cases yet.

  • Lelanthran Lelanthran committed [r564]

    Added skeleton files for xbase64 module. Module is unimplemented.

  • Lelanthran Lelanthran committed [r563]

    Fixed double-delete on json_Read() error.

  • Lelanthran Lelanthran committed [r562]

    Changed a few of the long lines to fit in my xterm.

  • Lelanthran Lelanthran committed [r561]

    Added typedefs for the function pointers that read the input.

  • Lelanthran Lelanthran committed [r560]

    Changed xjson to be reentrant when reading.

  • Lelanthran Lelanthran committed [r559]

    Fixed the testing of xshare module. Also changed parameters to be const.

  • Lelanthran Lelanthran committed [r558]

    FIxed some of the documentation problems with this.

  • Lelanthran Lelanthran committed [r557]

    Added a TODO item

  • Lelanthran Lelanthran committed [r556]

    Updated the TODO.

  • Lelanthran Lelanthran committed [r555]

    Added documentation target to the posix makefile.

  • Lelanthran Lelanthran committed [r554]

    Added suppression for SIGPIPE in xsock_write() and documented the

  • Lelanthran Lelanthran committed [r553]

    Removed some of the diagnostics from xfile - it was too noisy.

  • Lelanthran Lelanthran committed [r552]

    FIxed error (use of uninitialised variable) in xutf_open(). This was

  • Lelanthran Lelanthran committed [r551]

    Changed semaphores to use named semaphores. This is because OS X doesn't

  • Lelanthran Lelanthran committed [r550]

    Added more diagnostics to the xthread test. Bug I was tracking turned out

  • Lelanthran Lelanthran committed [r549]

    Fixed bug in xvector_del_head() - was resulting in a memory leak.

  • Lelanthran Lelanthran committed [r548]

    Changed test in xmq

  • Lelanthran Lelanthran committed [r547]

    Fixed Makefiles for darwin

  • Lelanthran Lelanthran committed [r546]

  • Lelanthran Lelanthran committed [r545]

    Fixed a bug in the _wopen(). Must check the other _*() calls.

  • Lelanthran Lelanthran committed [r544]

    Added new Makefiles from universal build

  • Lelanthran Lelanthran committed [r543]

    Removed the makefiles; will replace with universal build process from

  • Lelanthran Lelanthran committed [r542]

    Added a TODO item.

  • Lelanthran Lelanthran committed [r541]

    Maed a whole lot of changes to supporrt OS X. However not sure if any errors

  • Lelanthran Lelanthran committed [r540]

    Getting errors (permission denied) on Windows when trying to remove the

  • Lelanthran Lelanthran committed [r539]

    Fixed error in parsing of #s specifier.

  • Lelanthran Lelanthran committed [r538]

  • Lelanthran Lelanthran committed [r537]

    Changed some of the doxygen comments to be more accurate, changed the

  • Lelanthran Lelanthran committed [r536]

    Added in qsort to the xtree module, removed diagnostic from the xvector

  • Lelanthran Lelanthran committed [r535]

    Added support for callers to qsort() the vector elements.

  • Lelanthran Lelanthran committed [r534]

    Added in a function to return all payloads of the children of a node,

  • Lelanthran Lelanthran committed [r533]

    Fixed a memleak in xthread_del

  • Lelanthran Lelanthran committed [r532]

    Fixed some doc errors.

  • Lelanthran Lelanthran committed [r531]

    Added in documentation for the xutf library.

  • Lelanthran Lelanthran committed [r530]

    1. Changed the Windows normlibs script to copy files as well.

  • Lelanthran Lelanthran committed [r529]

    Changed to work with new version number

  • Lelanthran Lelanthran committed [r528]

    1. Fixed tiny compilation errors, few warnings.

  • Lelanthran Lelanthran committed [r527]

    1. Checked that the windows sinppets don't leak memory (visual

  • Lelanthran Lelanthran committed [r526]

    Previous example filenames/dirnames were not valid utf8. THis is.

  • Lelanthran Lelanthran committed [r525]

  • Lelanthran Lelanthran committed [r524]

    It all appears to work on Windows now. Must double check the windows

  • Lelanthran Lelanthran committed [r523]

    The tests run and work, however explorer is not display the filenames

  • Lelanthran Lelanthran committed [r522]

  • Lelanthran Lelanthran committed [r521]

    Completed the posix portions of the opendir/readdir/closedir functions.

  • Lelanthran Lelanthran committed [r520]

    The tests of the xutf_*() file functions completed and everything appears

  • Lelanthran Lelanthran committed [r519]

    Added files containing the utf8 names to use during testing.

  • Lelanthran Lelanthran committed [r518]

    Removed the filename, will be adding in two filenames.

  • Lelanthran Lelanthran committed [r517]

    Made a bunch of changes to make it compile mostly warning free on

  • Lelanthran Lelanthran committed [r516]

    Added many of the functions necessary for dealing with utf16 filenames on

  • Lelanthran Lelanthran committed [r515]

    Added a propre filename to test with.

  • Lelanthran Lelanthran committed [r514]

  • Lelanthran Lelanthran committed [r513]

    Removed the BOM in the utf8 filename

  • Lelanthran Lelanthran committed [r512]

    Added xutf_fopen() as a bare wrapper to fopen.

  • Lelanthran Lelanthran committed [r511]

    Added the conversion functions, although they are not yet tested

  • Lelanthran Lelanthran committed [r510]

    Removed a bunch of warnings and retested.

  • Lelanthran Lelanthran committed [r509]

  • Lelanthran Lelanthran committed [r508]

    Tested on Windows, found and fixed bug in get_endian() that was

  • Lelanthran Lelanthran committed [r507]

    The xutf_encode_wchar function *looks* correct on first glance. It's

  • Lelanthran Lelanthran committed [r506]

    Tested the small snippet on Windows. It appears that the detection

  • Lelanthran Lelanthran committed [r505]

    Added a small test case to test on Windows.

  • Lelanthran Lelanthran committed [r504]

    Removed a few diagnostics - note that the output from the testfile is

  • Lelanthran Lelanthran committed [r503]

    Completed the utf_encode function, tested that it works.

  • Lelanthran Lelanthran committed [r502]

    Turns out the generator masks off and limits the number of bits - I cannot

  • Lelanthran Lelanthran committed [r501]

    The decoding was broken, fixed now. the utf-16 results list is a lot

  • Lelanthran Lelanthran committed [r500]

    Renamed the current functions to _utf[num]_to_codepoint()

  • Lelanthran Lelanthran committed [r499]

    Added test to ensure that fopen does the correct thing. It appears to do

  • Lelanthran Lelanthran committed [r498]

    Added a file containing the filename I wil test with.

  • Lelanthran Lelanthran committed [r497]

    Added some comments to remind me what comes next.

  • Lelanthran Lelanthran committed [r496]

    Removed some of the diagnostics, and changed the counter for utf-16 so

  • Lelanthran Lelanthran committed [r495]

    Fixed the decoding errors in utf8

  • Lelanthran Lelanthran committed [r494]

    Added in the function to decode utf-8 into uint32_t numbers.

  • Lelanthran Lelanthran committed [r493]

    Completed the decoding of utf-16 (both big and little endian).

  • Lelanthran Lelanthran committed [r492]

    Added in skeleton code for testing. Incomplete, will not link.

  • Lelanthran Lelanthran committed [r491]

    Started a utf library to handle breakage on Windows.

  • Lelanthran Lelanthran committed [r490]

    Fixed a bug in the open call in xjson test program

  • Lelanthran Lelanthran committed [r489]

    Added some fixes for errors that occurred when I compiled on the droplet.

  • Lelanthran Lelanthran committed [r488]

    Changed the macro for length to use the array field directly instead of

  • Lelanthran Lelanthran committed [r487]

    Fixed a few warnings about incorrect pointer types. Must fix the

  • Extended C Library Extended C Library released /bin/libxc-x86_64-linux-gnu-0.1.1.tar.gz

  • Extended C Library Extended C Library released /bin/libxc-i686-pc-linux-gnu-0.1.1.tar.gz

  • Extended C Library Extended C Library released /bin/libxc-x86_64-w64-mingw32-0.1.1.zip

  • Extended C Library Extended C Library released /src/libxc-0.1.1-src.tar.gz

  • Extended C Library Extended C Library released /src/README.changes

  • Extended C Library Extended C Library released /docs/libxc-docs-0.1.1.zip

1 >