1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

Remove xmalloc.c from POTFILES.in; update po/boldquot.sed to match po/quot.sed.

This commit is contained in:
Micah Cowan 2008-05-29 17:56:41 -07:00
parent b55f8bf86c
commit f3e03d4b2c
3 changed files with 9 additions and 4 deletions

View File

@ -1,9 +1,11 @@
2008-05-29 Micah Cowan <micah@cowan.name>
* po/POTFILES.in: Added some more files from lib/.
* po/quot.sed: Automatic handling of quotearg's ` and '.
* po/POTFILES.in: Added some more files from lib/, remove
src/xmalloc.c.
* po/quot.sed, po/boldquot.sed: Automatic handling of quotearg's `
and '.
2008-05-15 Micah Cowan <micah@cowan.name>
* NEWS: Entry for --ask-password.

View File

@ -35,4 +35,3 @@ src/retr.c
src/spider.c
src/url.c
src/utils.c
src/xmalloc.c

View File

@ -1,3 +1,7 @@
# For quotearg:
s/^`$//
s/^'$//
s/"\([^"]*\)"/“\1”/g
s/`\([^`']*\)'/\1/g
s/ '\([^`']*\)' / \1 /g