]> git.kaiwu.me - klib.git/shortlog
klib.git
2017-06-02 Heng LiREADME formatting
2017-03-04 Heng Liuse long for forpool
2017-02-11 Heng LiMerge pull request #79 from pmelsted/master
2017-01-19 Pall MelstedAdds checks for failed reads and gzip files with corrup...
2016-12-16 Heng Liforpool working
2016-12-16 Heng Likt_for with a mini thread pool; buggy
2016-08-22 Heng Liadded dequeue
2016-08-16 Heng Likexpr: evaluate by return type
2016-07-31 Heng Liadded a simple header for kthread
2016-07-31 Heng Lisync kthread with the one in minimap/bwa
2015-12-30 Heng LiMerge branch 'master' of github.com:attractivechaos...
2015-12-30 Heng Lidraw a random number from Gaussian N(0,1)
2015-10-23 Heng LiMerge pull request #62 from innoink/master
2015-10-23 innoinkfix spelling mistake
2015-09-29 Heng Liadded
2015-09-17 Heng Lisimplified the kbtree iter a bit
2015-09-17 Heng LiMerge branch 'master' of github.com:attractivechaos...
2015-09-17 Heng Liadded iterator interface to kbtree
2015-07-23 Heng LiMerge pull request #53 from jmarshall/kgetline
2015-07-23 Heng LiMerge pull request #47 from jmarshall/unused-warnings
2015-07-23 Heng LiMerge pull request #32 from jmarshall/getaddrinfo
2015-07-23 John MarshallDon't call freeaddrinfo() when getaddrinfo() fails
2015-07-23 John MarshallPrevent unused function warnings in khash.h, klist.h
2015-07-23 John MarshallAdd kgetline() to kstring.c/.h
2015-07-02 John MarshallAdd ks_release() to kstring.h
2015-06-26 Heng LiMerge pull request #52 from ihh/master
2015-06-26 Ian HolmesFixed output bug where branch length is not printed...
2015-05-22 Heng Lifixed a bug and a portability issue
2015-05-22 Heng Lidon't stop on undefined functions
2015-05-22 Heng Liset user-defined functions
2015-05-22 Heng Licode cleanup
2015-05-22 Heng Lidon't return a parse error if see undef func
2015-05-22 Heng Lia little bit code cleanup
2015-05-22 Heng Limoved argument checking to ke_parse()
2015-05-22 Heng Lisimplified ke_eval() with operator functions
2015-05-22 Heng Liuse operator functions
2015-05-22 Heng Lisupport single-quotation mark and escaping
2015-05-22 Heng Licommand line assignment
2015-05-22 Heng Licheck unknown function names
2015-05-22 Heng Lireturn final type
2015-05-22 Heng Lisupport assignment
2015-05-22 Heng Lifixed a bug related to functions
2015-05-22 Heng Liadded a few unary functions
2015-05-22 Heng Lieval working
2015-05-21 Heng Lichanged a variable name
2015-05-21 Heng Liadded ** and //
2015-05-21 Heng Lisupport ","
2015-05-21 Heng Liparse math expression with Shunting-yard
2015-01-11 Heng Lia bit more comments
2015-01-11 Heng Liallow to change pipeline threads
2015-01-11 Heng Likt_pipeline() example
2014-12-01 Heng Lierh... wrong link in the last commit
2014-12-01 Heng Liadded a link to the new doc
2014-12-01 Heng Liadded links to the new tiddlywiki doc
2014-11-30 Heng Likson_query() -> kson_by_path() for clarity
2014-11-30 Heng Lisimplified format() due to a later change
2014-11-30 Heng Lirename a member var for clarity
2014-11-30 Heng Liremoved *error from kson_parse()
2014-11-30 Heng Liremoved kt_spawn(); added kt_pipeline()
2014-11-30 Heng Limissing include
2014-11-30 Heng Liget rid of stdint.h for portability
2014-11-30 Heng Liminor
2014-11-30 Heng Liminor change
2014-11-30 Heng Lisimplified the struct
2014-11-30 Heng Lisimplified the struct a little
2014-11-30 Heng Lisimplified API
2014-11-30 Heng Liquery on CMD; more chanages to happen
2014-11-30 Heng Lifixed an error in the example (due to prev rev)
2014-11-29 Heng Lia bit code cleaup
2014-11-29 Heng Liindent output
2014-11-29 Heng Liminor change
2014-11-29 Heng Liadded JSON query
2014-11-29 Heng Liisblank() -> isspace()
2014-11-29 Heng Lino effective changes
2014-11-29 Heng Lisimplified API a bit
2014-11-29 Heng Lifixed compilation error in the last commit
2014-11-29 Heng Liadded deallocator
2014-11-29 Heng Liadded API documentation
2014-11-29 Heng Licode cleanup
2014-11-29 Heng Liimproved comments a little
2014-11-29 Heng Libug for empty []/{}; check extra left brackets
2014-11-29 Heng Lirename brackets
2014-11-29 Heng Liadded a bit error checking
2014-11-29 Heng LiA light-weight JSON parser
2014-11-29 Heng Ligive kh_##name##_t a struct name
2014-11-28 Heng Lidefault to following redirect & no SSL certificate
2014-11-13 Heng LiMerge pull request #39 from jmarshall/kseq-eof
2014-11-13 John MarshallFix ks_getuntil2() extra empty record at EOF bug
2014-11-13 John MarshallSimplify 8d8d1a19f0c69b53d5ed8d9f6592dfa4b91c23f3 code...
2014-11-10 Heng LiMerge branch 'master' of github.com:attractivechaos...
2014-11-10 Heng Libug with incomplete read() call
2014-10-13 Heng LiMerge pull request #38 from immerrr/enable-inline-macro...
2014-10-13 immerrrEnable overriding kh_inline from user code
2014-09-21 Heng LiMerge pull request #28 from piki/fix-new_flags-leak
2014-04-09 Heng LiMerge pull request #31 from jmarshall/warnings
2014-04-09 John MarshallSilence -Wstrict-prototypes and static analyser warnings
2014-02-09 Patrick Reynoldsfix the leak that happens if krealloc fails
2013-12-07 Heng LiMerge branch 'master' of github.com:attractivechaos...
2013-12-07 Heng Lidon't seek when opening
2013-12-01 Heng LiMerge pull request #26 from zhanxw/patch-1
next