Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | parse_control(): Don't check for unknown fields. | P. J. McDermott | 2013-11-29 | 1 | -20/+4 |
* | parse_control(): Support multiple paragraphs. | P. J. McDermott | 2013-11-29 | 1 | -15/+41 |
* | s/pkgdataprofiles/pkgdataprofile/. | P. J. McDermott | 2013-11-28 | 2 | -4/+4 |
* | lib/control.sh: New file, from pro-archman. | P. J. McDermott | 2013-11-28 | 2 | -0/+137 |
* | feed_find_pkgs(): s/1/deps_file/. | P. J. McDermott | 2013-11-28 | 1 | -1/+1 |
* | lib/feed.sh: New file. | P. J. McDermott | 2013-11-26 | 1 | -0/+90 |
* | prokit: Define HT and LF variables. | P. J. McDermott | 2013-11-26 | 1 | -0/+3 |
* | lib/fd.sh: Add missing "use" commands. | P. J. McDermott | 2013-10-26 | 1 | -0/+3 |
* | fopen(): Exit on failure. | P. J. McDermott | 2013-10-26 | 2 | -2/+2 |
* | lib/fd.sh: New file. | P. J. McDermott | 2013-10-26 | 3 | -0/+100 |
* | Makefile.am: Add pkgdataprofiles stuff. | P. J. McDermott | 2013-10-24 | 2 | -0/+6 |
* | install: New command (stub). | P. J. McDermott | 2013-10-23 | 3 | -1/+58 |
* | get_options(): Handle "?" option. | P. J. McDermott | 2013-10-23 | 1 | -1/+3 |
* | prokit: Update get_options call. | P. J. McDermott | 2013-10-23 | 1 | -1/+1 |
* | get_options(): Determine optstring and prefix. | P. J. McDermott | 2013-10-23 | 1 | -3/+10 |
* | running_cmd: New variable. | P. J. McDermott | 2013-10-23 | 1 | -0/+4 |
* | Makefile.am: New "uninstall-hook" rule. | P. J. McDermott | 2013-10-23 | 1 | -0/+7 |
* | Makefile.am: Fix directory in locale installation. | P. J. McDermott | 2013-10-23 | 1 | -2/+2 |
* | en_US: Add option summaries. | P. J. McDermott | 2013-10-23 | 1 | -0/+4 |
* | prokit: Parse options. | P. J. McDermott | 2013-10-23 | 1 | -2/+16 |
* | lib/getopt.sh: New file. | P. J. McDermott | 2013-10-23 | 2 | -0/+38 |
* | prokit: Declare "loading_cmd" global variable. | P. J. McDermott | 2013-10-23 | 1 | -0/+3 |
* | Makefile.am: New "uninstall-local" target. | P. J. McDermott | 2013-10-23 | 1 | -0/+8 |
* | Makefile.am: Use PACKAGE_NAME and PACKAGE_VERSION. | P. J. McDermott | 2013-10-23 | 2 | -4/+4 |
* | version: Add executable name to output. | P. J. McDermott | 2013-10-23 | 1 | -1/+1 |
* | _try_load_locale(): Hardcode locale path formats. | P. J. McDermott | 2013-10-23 | 1 | -15/+6 |
* | .gitignore: Add *.ms pattern. | P. J. McDermott | 2013-10-23 | 1 | -0/+1 |
* | en_US: New locale. | P. J. McDermott | 2013-10-23 | 2 | -1/+40 |
* | Makefile.am: Add locale stuff. | P. J. McDermott | 2013-10-23 | 2 | -3/+24 |
* | Makefile.am: s/reallyclean/really-clean/. | P. J. McDermott | 2013-10-23 | 1 | -1/+1 |
* | Makefile.am: New "pkgdatacmddir" variable. | P. J. McDermott | 2013-10-23 | 1 | -0/+1 |
* | .gitignore: Add *.sm patterns. | P. J. McDermott | 2013-10-23 | 1 | -0/+2 |
* | version: New command. | P. J. McDermott | 2013-10-23 | 2 | -1/+28 |
* | help: New command. | P. J. McDermott | 2013-10-23 | 2 | -1/+41 |
* | prokit: Implement. | P. J. McDermott | 2013-10-23 | 1 | -1/+80 |
* | lib/cmd.sh: New file. | P. J. McDermott | 2013-10-23 | 2 | -1/+123 |
* | lib/locale.sh: New file. | P. J. McDermott | 2013-10-23 | 2 | -1/+95 |
* | lib/output.sh: New file. | P. J. McDermott | 2013-10-23 | 2 | -1/+56 |
* | Makefile.am: New "localedir" var. | P. J. McDermott | 2013-10-23 | 1 | -0/+1 |
* | Makefile.am: New "cmds" and "textdomain" vars. | P. J. McDermott | 2013-10-23 | 1 | -1/+6 |
* | Makefile.am: Add .sh.sm inference rule. | P. J. McDermott | 2013-10-23 | 1 | -1/+5 |
* | Makefile.am: Add pkgdatacmd stuff. | P. J. McDermott | 2013-10-23 | 2 | -2/+9 |
* | lib/local.mk: New file. | P. J. McDermott | 2013-10-23 | 2 | -0/+3 |
* | .gitignore: Add *-*/ for distdir. | P. J. McDermott | 2013-10-23 | 1 | -0/+1 |
* | Makefile.am: Add pkgdata stuff. | P. J. McDermott | 2013-10-23 | 1 | -4/+8 |
* | README: Add some text. | P. J. McDermott | 2013-10-22 | 1 | -0/+14 |
* | AUTHORS: Add self. | P. J. McDermott | 2013-10-22 | 1 | -0/+1 |
* | autogen.sh: Escape backquotes in heredocument. | P. J. McDermott | 2013-10-22 | 1 | -1/+1 |
* | configure.ac: Fix `local' quoting. | P. J. McDermott | 2013-10-22 | 1 | -1/+2 |
* | autogen.sh: Fix sh.vim's syntax highlighting. | P. J. McDermott | 2013-10-22 | 1 | -2/+2 |