Skip to content

Latest commit

 

History

History
161 lines (125 loc) · 3.94 KB

History.md

File metadata and controls

161 lines (125 loc) · 3.94 KB

1.2.3 / 2014-10-24

  • 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

1.2.2 / 2014-07-03

  • 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

1.2.1 / 2014-06-28

  • 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

1.2.0 / 2014-05-23

  • 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

1.1.6 / 2014-05-16

  • pkg: Update clib-package to 0.2.3 (closes #63)

1.1.5 / 2014-05-06

  • README: Use SVG badge for Travis
  • Fix quiet flag typo
  • Fix unused variable warning on non-WIN32 platforms
  • Add a test for brace expansion

1.1.4 / 2014-03-26

  • Fix Windows build

1.1.3 / 2014-03-26

  • 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

1.1.2 / 2014-03-17

  • Update clib-package to 0.2.1
  • Fix leaks in help and search commands

1.1.1 / 2014-03-10

  • Update clib-package
  • Remove npmignore

1.1.0 / 2014-03-10

  • 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

1.0.1 / 2014-02-26

  • 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

1.0.0 / 2014-02-24

  • 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

0.2.0 / 2013-12-19

  • add support for omitting "clibs/" on install
  • change: install packages to their own subdirectory

0.1.0 / 2013-10-11

  • add search command

0.0.3 / 2012-11-20

  • add cpm-install(1)
  • add -o, --out
  • change default dir to ./deps

0.0.2 / 2012-10-30

  • add bin

0.0.1 / 2010-01-03

  • Initial release