aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add lbs_str_has_prefix to check string prefixHEADmasterLAN-TW2014-01-152-0/+17
* LbsArray: Insert more than one item in a function callLAN-TW2014-01-143-1/+36
* Add lbs_str_vprintf to accept a va_list argumentLAN-TW2014-01-132-6/+18
* Fix wrong _XOPEN_SOURCE valueLAN-TW2014-01-112-2/+2
* Import utilities for POSIX system and other system-dependent functionsLAN-TW2014-01-117-2/+519
* Rewrite linked-list (LbsList) and add test suitel4basic-unstable-1.93LAN-TW2014-01-114-280/+497
* test-file => test_fileLAN-TW2014-01-071-1/+1
* Remove all trailing white spacesLAN-TW2014-01-072-15/+15
* Change all tabs to 4 spacesLAN-TW2014-01-073-270/+271
* Fallback to malloc if VLA is not availableLAN-TW2014-01-071-2/+26
* Fix segmentation fault on NetBSDLAN-TW2014-01-051-0/+1
* Fix NetBSD build problemLAN-TW2014-01-051-0/+1
* Fix unterminated quoting information in lbs_arg_qopt_newLAN-TW2014-01-051-1/+2
* New make target: dist and distcheckLAN-TW2014-01-051-1/+30
* Port argument parsers (LbsArg) to new LbsStrv and LbsArray APIl4basic-unstable-1.92LAN-TW2014-01-055-141/+331
* Fix wrong data type and prevent using NULL pointerLAN-TW2014-01-051-2/+2
* Do not ignore max argument when creating a LbsStrvLAN-TW2014-01-052-5/+18
* Detect C++ compiler in l4common.hLAN-TW2014-01-051-6/+11
* Check for null pointer before copy an arrayLAN-TW2013-12-151-1/+3
* Add string vector manager (LbsStrv) and add test suiteLAN-TW2013-12-144-7/+562
* Fix possible memory leak in test-fileLAN-TW2013-12-081-0/+1
* Check NULL pointer before unrefLAN-TW2013-12-082-0/+9
* Remove unnecessary checking in lbs_*_refLAN-TW2013-12-072-14/+2
* Rewrite two-dimension array (LbsArray2) and add test suitel4basic-unstable-1.91.2LAN-TW2013-12-074-42/+145
* Print message if test-file is successfulLAN-TW2013-12-071-0/+1
* Prevent using removed macroLAN-TW2013-12-071-5/+1
* Change all tabs to spaces and add vim modelineLAN-TW2013-12-078-203/+209
* Add macros to define getters and settersLAN-TW2013-12-071-0/+9
* Rewrite file reader (LbsFile) and add test suitel4basic-unstable-1.91.1LAN-TW2013-12-077-4/+95
* Rewrite dynamic array (LbsArray) and add test suitel4basic-unstable-1.91LAN-TW2013-12-076-178/+510
* Improve cross-compiling supportLAN-TW2013-12-061-3/+6
* Move all files to the top-level directoryLAN-TW2013-12-0610-75/+62
* Fix inconsistent indent in READMELAN-TW2013-11-291-2/+2
* Update READMELAN-TW2013-11-292-10/+24
* Refactor build system and combine some filesLAN-TW2013-11-2916-212/+218
* 進入測試版本 1.90,這是到時候會變成 2.0 的版本l4basic-unstable-1.90LAN-TW2013-11-295-2/+5
* 修改版本號至 1.1,同時更改授權條款為 3-clause BSD Licensel4basic-1.1LAN-TW2012-12-293-2/+27
* l4da_filereadline_delim 自動加入 '\0' 並且可偵測 EOFLAN-TW2012-12-281-3/+7
* 把 l4da_readline 弄的更像函式LAN-TW2012-12-261-1/+1
* l4da_make_struct 漏掉了初始化 data 的部份LAN-TW2012-12-241-0/+1
* Makefile 加入用 LOCAL_CFLAGS 自訂參數的功能LAN-TW2012-12-243-3/+6
* 提供直接存取陣列指標的 macroLAN-TW2012-12-171-0/+2
* 加入 install 和 uninstall 功能LAN-TW2012-12-174-8/+41
* README: 加入授權資訊l4basic-1.0LAN-TW2012-09-191-0/+2
* l4arg: 測試並修正許多會造成程式異常終止的錯誤LAN-TW2012-09-143-17/+31
* l4arg: 加入 l4arg_toargv_free,用於釋放 l4arg_toargv 配置的記憶...lantw442012-09-144-1/+65
* l4arg: 初次完成將字串解為 argv 的部份,但尚未測試LAN-TW2012-09-133-2/+117
* 在一些函式的 data 參數加上 const 標記LAN-TW2012-09-134-7/+9
* l4darr: 加入 l4da_drop_struct 和 l4da_make_struct,用來捨棄或加入 ...LAN-TW2012-09-132-0/+24
* l4bds: 加入 l4queue_data 和 l4queue_datasizeLAN-TW2012-09-101-1/+2
* l4bds: 修正 l4ll_insert_prev 和 l4ll_insert_next 中的錯誤lantw442012-09-072-2/+26
* Merge branch 'master' of ssh://forum.tfcis.org:9527/home/lantw44/public_html/...lantw442012-09-010-0/+0
|\
| * 加入 VERSION、README,和未經測試的 l4bdslantw442012-09-015-41/+259
* | 加入 VERSION、README,和未經測試的 l4bdslantw442012-09-015-41/+262
|/
* l4darr: 移除標頭檔中的無用的註解lantw442012-08-311-3/+1
* l4darr: 修正二維陣列部份函式名稱不一致,以及取值部份發...lantw442012-08-302-3/+3
* 修正 Makefile 中的靜態函式庫檔名錯誤lantw442012-08-303-3/+3
* l4darr 的二維陣列部份寫完了!不過還沒測試......lantw442012-08-301-3/+20
* Initial commit - copy project fileslantw442012-08-309-0/+342