- package: Update deps
- Bug #52: Deletion of unnecessary checks before calls of the function "free"
- Readme: add a blog article
- Fix copyright statement across project
- test: Fix unescaped backticks
- deps: Update tempdir
- package.json: Update tempdir.c for a Windows bugfix
- test: Add two basic testcases for clib-search(1)
- clib: Use strdup rather than str-copy
- clib-search: Use strdup rather than str-copy
- package.json: Update deps to remove str-copy usage
- clib-search: Use
gettempdir()
for computing the system's temp path - clib-install: Use
gettempdir()
for computing the system's temp path - package.json: Add stephenmathieson/tempdir.c to dependencies
- package.json: Pin asprintf.c at 0.0.2
- clib.c: Use littlstar/asprintf.c
- clib-install.c: Use littlstar/asprintf.c
- package.json: Add littlstar/asprintf for
asprintf
on Windows - package.json: Update clib-package to 0.2.6
- Check $TEMP before using /tmp
- package.json: Update stephenmathieson/clib-package and jwerle/fs.c
- Readme: Added link to package.json explanation
- package: Update clib-package to 0.2.4
- Change GitHub endpoint (raw.github.com -> raw.githubusercontent.com)
- install: Fetch makefiles
- clib: Fix bad
free
- clib: Fix possible overflow in subcommand handling
- install: Fix possible memory overflows
- Improve Readme syntax highlighting
- pkg: Update clib-package to 0.2.3 (closes #63)
- README: Use SVG badge for Travis
- Fix quiet flag typo
- Fix unused variable warning on non-WIN32 platforms
- Add a test for brace expansion
- Fix Windows build
- Windows port of Makefile
- Surpress writes to stderr in tests
- Use clibs/logger
- Update clib-package to 0.2.2
- Readme: Add Travis status button.
- Add an explicit LICENSE file
- Update clib-package to 0.2.1
- Fix leaks in
help
andsearch
commands
- Update clib-package
- Remove npmignore
- Update console-colors
- Added unset
__STRICT_ANSI__
for MinGW - Test installing multiple libs from the clibs namespace
- Test cleanup when done
- Add a test for installing multiple libs
- Update str-flatten for memory fixes
- Update case.c
- search: Update wiki-registry
- Update usage and examples
- Update which
- Add help command
- Fix installation of executables with dependencies
- Add note about homebrew
- Add Travis and a primitive testing framework
- Account for out of range return codes
- Compile objects
- Pin deps
- Update clib-package
- Use console-colors instead of using escape sequence directly
- Update which for str-copy usage
- Update wiki-registry for parser fix and str_copy usage
- Update str-flatten for memory fixes
- Update mkdirp for Windows support
- Update all dependencies
- search: handle str_copy failure
- Use str_copy instead of strdup
- Fix package.json
- Add note about libcurl
- fix search output padding
- suppress unused function warnings
- Add 'install' key to package.json
- Free wiki package
- Add clib-search
- Update installation instructions
- Initial port to C
- remove node stuff
- add support for omitting "clibs/" on install
- change: install packages to their own subdirectory
- add search command
- add cpm-install(1)
- add -o, --out
- change default dir to ./deps
- add bin
- Initial release