| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| xmlstarlet-1.0.6-win32.zip | 2011-03-13 | 1.5 MB | |
| README.1.0.6 | 2011-03-13 | 817 Bytes |
|
| xmlstarlet-1.0.6.tar.gz | 2011-03-13 | 378.9 kB | |
| Totals: 3 Items | 1.9 MB | 0 | |
1.0.6: Mar 13 2011:
- Bug fixes:
- c14n: set stdout to binary mode on Windows to avoid carriage
returns (Bug 840665)
- fix broken --help options
- put actual behaviour of -P, -S options in --help output (see
Bug/Feature Request 2858514)
- remove unneeded escape of quote in ./configure --help
- don't distribute xmlstarlet.spec: it's generated by ./configure
- add src/xml.o depends on version.h to Makefile.am so compile
will succeed without dependency info (eg after make distclean)
- add test for subcommands' --help option
- Portability fixes:
- yes isn't portable, use an awk program instead
- neither read -r nor xargs -0 are portable, escape the command
lines to xargs instead
- don't use nonportable echo -n option