summaryrefslogtreecommitdiffstats
path: root/sh
Commit message (Collapse)AuthorAgeFilesLines
* maint: avoid using test's -a and -o operators; they are not portableJim Meyering2011-06-281-1/+1
| | | | | | * configure.ac: use "test C1 && test C2", not "test C1 -a C2"; * autogen.sh: Likewise. * sh/hivexget: Use "test C1 || test C2", not "test C1 -o C2"
* maint: normalize to exactly one newline at EOFJim Meyering2011-06-285-5/+5
| | | | | | | | | | * .tx/config: Remove trailing empty line. * images/Makefile.am: Likewise. * sh/example1: Add newline at EOF. * sh/example2: Likewise. * sh/example3: Likewise. * sh/example4: Likewise. * sh/example5: Likewise.
* Refresh documentation.Richard W.M. Jones2010-12-231-6/+9
|
* Add a linker script to limit visibility to exported symbols.Richard Jones2010-04-031-1/+1
|
* Add CLEANFILES rules.TJ2010-04-021-0/+2
|
* hivexsh: '-f' option takes an argument (found by Marko Myllynen).Richard Jones2010-03-301-1/+1
|
* hivexsh: Fix building of HTML-format manpages.Richard Jones2010-03-261-2/+2
|
* Prepare for version 1.2.0.1.2.0Richard Jones2010-03-011-2/+2
| | | | | | Fix hivexsh_SOURCES. Update PO files.
* hivexsh: Fix compilation on 32 bit machines.Richard W.M. Jones2010-02-261-0/+4
|
* Create separate toplevel directories for hivexsh and hivexml.Richard Jones2010-02-2411-0/+1954