| Commit message (Expand) | Author | Age | Files | Lines |
* | Add lbs_str_has_prefix to check string prefixHEADmaster | LAN-TW | 2014-01-15 | 2 | -0/+17 |
* | LbsArray: Insert more than one item in a function call | LAN-TW | 2014-01-14 | 3 | -1/+36 |
* | Add lbs_str_vprintf to accept a va_list argument | LAN-TW | 2014-01-13 | 2 | -6/+18 |
* | Fix wrong _XOPEN_SOURCE value | LAN-TW | 2014-01-11 | 2 | -2/+2 |
* | Import utilities for POSIX system and other system-dependent functions | LAN-TW | 2014-01-11 | 7 | -2/+519 |
* | Rewrite linked-list (LbsList) and add test suitel4basic-unstable-1.93 | LAN-TW | 2014-01-11 | 4 | -280/+497 |
* | test-file => test_file | LAN-TW | 2014-01-07 | 1 | -1/+1 |
* | Remove all trailing white spaces | LAN-TW | 2014-01-07 | 2 | -15/+15 |
* | Change all tabs to 4 spaces | LAN-TW | 2014-01-07 | 3 | -270/+271 |
* | Fallback to malloc if VLA is not available | LAN-TW | 2014-01-07 | 1 | -2/+26 |
* | Fix segmentation fault on NetBSD | LAN-TW | 2014-01-05 | 1 | -0/+1 |
* | Fix NetBSD build problem | LAN-TW | 2014-01-05 | 1 | -0/+1 |
* | Fix unterminated quoting information in lbs_arg_qopt_new | LAN-TW | 2014-01-05 | 1 | -1/+2 |
* | New make target: dist and distcheck | LAN-TW | 2014-01-05 | 1 | -1/+30 |
* | Port argument parsers (LbsArg) to new LbsStrv and LbsArray APIl4basic-unstable-1.92 | LAN-TW | 2014-01-05 | 5 | -141/+331 |
* | Fix wrong data type and prevent using NULL pointer | LAN-TW | 2014-01-05 | 1 | -2/+2 |
* | Do not ignore max argument when creating a LbsStrv | LAN-TW | 2014-01-05 | 2 | -5/+18 |
* | Detect C++ compiler in l4common.h | LAN-TW | 2014-01-05 | 1 | -6/+11 |
* | Check for null pointer before copy an array | LAN-TW | 2013-12-15 | 1 | -1/+3 |
* | Add string vector manager (LbsStrv) and add test suite | LAN-TW | 2013-12-14 | 4 | -7/+562 |
* | Fix possible memory leak in test-file | LAN-TW | 2013-12-08 | 1 | -0/+1 |
* | Check NULL pointer before unref | LAN-TW | 2013-12-08 | 2 | -0/+9 |
* | Remove unnecessary checking in lbs_*_ref | LAN-TW | 2013-12-07 | 2 | -14/+2 |
* | Rewrite two-dimension array (LbsArray2) and add test suitel4basic-unstable-1.91.2 | LAN-TW | 2013-12-07 | 4 | -42/+145 |
* | Print message if test-file is successful | LAN-TW | 2013-12-07 | 1 | -0/+1 |
* | Prevent using removed macro | LAN-TW | 2013-12-07 | 1 | -5/+1 |
* | Change all tabs to spaces and add vim modeline | LAN-TW | 2013-12-07 | 8 | -203/+209 |
* | Add macros to define getters and setters | LAN-TW | 2013-12-07 | 1 | -0/+9 |
* | Rewrite file reader (LbsFile) and add test suitel4basic-unstable-1.91.1 | LAN-TW | 2013-12-07 | 7 | -4/+95 |
* | Rewrite dynamic array (LbsArray) and add test suitel4basic-unstable-1.91 | LAN-TW | 2013-12-07 | 6 | -178/+510 |
* | Improve cross-compiling support | LAN-TW | 2013-12-06 | 1 | -3/+6 |
* | Move all files to the top-level directory | LAN-TW | 2013-12-06 | 10 | -75/+62 |
* | Fix inconsistent indent in README | LAN-TW | 2013-11-29 | 1 | -2/+2 |
* | Update README | LAN-TW | 2013-11-29 | 2 | -10/+24 |
* | Refactor build system and combine some files | LAN-TW | 2013-11-29 | 16 | -212/+218 |
* | 進入測試版本 1.90,這是到時候會變成 2.0 的版本l4basic-unstable-1.90 | LAN-TW | 2013-11-29 | 5 | -2/+5 |
* | 修改版本號至 1.1,同時更改授權條款為 3-clause BSD Licensel4basic-1.1 | LAN-TW | 2012-12-29 | 3 | -2/+27 |
* | l4da_filereadline_delim 自動加入 '\0' 並且可偵測 EOF | LAN-TW | 2012-12-28 | 1 | -3/+7 |
* | 把 l4da_readline 弄的更像函式 | LAN-TW | 2012-12-26 | 1 | -1/+1 |
* | l4da_make_struct 漏掉了初始化 data 的部份 | LAN-TW | 2012-12-24 | 1 | -0/+1 |
* | Makefile 加入用 LOCAL_CFLAGS 自訂參數的功能 | LAN-TW | 2012-12-24 | 3 | -3/+6 |
* | 提供直接存取陣列指標的 macro | LAN-TW | 2012-12-17 | 1 | -0/+2 |
* | 加入 install 和 uninstall 功能 | LAN-TW | 2012-12-17 | 4 | -8/+41 |
* | README: 加入授權資訊l4basic-1.0 | LAN-TW | 2012-09-19 | 1 | -0/+2 |
* | l4arg: 測試並修正許多會造成程式異常終止的錯誤 | LAN-TW | 2012-09-14 | 3 | -17/+31 |
* | l4arg: 加入 l4arg_toargv_free,用於釋放 l4arg_toargv 配置的記憶�... | lantw44 | 2012-09-14 | 4 | -1/+65 |
* | l4arg: 初次完成將字串解為 argv 的部份,但尚未測試 | LAN-TW | 2012-09-13 | 3 | -2/+117 |
* | 在一些函式的 data 參數加上 const 標記 | LAN-TW | 2012-09-13 | 4 | -7/+9 |
* | l4darr: 加入 l4da_drop_struct 和 l4da_make_struct,用來捨棄或加入 ... | LAN-TW | 2012-09-13 | 2 | -0/+24 |
* | l4bds: 加入 l4queue_data 和 l4queue_datasize | LAN-TW | 2012-09-10 | 1 | -1/+2 |
* | l4bds: 修正 l4ll_insert_prev 和 l4ll_insert_next 中的錯誤 | lantw44 | 2012-09-07 | 2 | -2/+26 |
* | Merge branch 'master' of ssh://forum.tfcis.org:9527/home/lantw44/public_html/... | lantw44 | 2012-09-01 | 0 | -0/+0 |
|\ |
|
| * | 加入 VERSION、README,和未經測試的 l4bds | lantw44 | 2012-09-01 | 5 | -41/+259 |
* | | 加入 VERSION、README,和未經測試的 l4bds | lantw44 | 2012-09-01 | 5 | -41/+262 |
|/ |
|
* | l4darr: 移除標頭檔中的無用的註解 | lantw44 | 2012-08-31 | 1 | -3/+1 |
* | l4darr: 修正二維陣列部份函式名稱不一致,以及取值部份發... | lantw44 | 2012-08-30 | 2 | -3/+3 |
* | 修正 Makefile 中的靜態函式庫檔名錯誤 | lantw44 | 2012-08-30 | 3 | -3/+3 |
* | l4darr 的二維陣列部份寫完了!不過還沒測試...... | lantw44 | 2012-08-30 | 1 | -3/+20 |
* | Initial commit - copy project files | lantw44 | 2012-08-30 | 9 | -0/+342 |