+2005-02-26 Bruno Haible <bruno@clisp.org>
+
+ * format-scheme.c (parse_upto): Remove support for ~!.
+ Reported by Kevin Ryde <user42@zip.com.au>.
+
2005-02-24 Bruno Haible <bruno@clisp.org>
* gettext-0.14.2 released.
*separatorp = (colon_p ? 2 : 1);
return true;
- case '!': /* FORMAT-CALL, a CLISP extension */
- if (!nocheck_params (&list, paramcount, params,
- spec->directives, invalid_reason))
- return false;
- if (position >= 0)
- {
- add_req_type_constraint (&list, position++, FAT_FUNCTION);
- add_req_type_constraint (&list, position++, FAT_OBJECT);
- }
- break;
-
default:
--format;
*invalid_reason =
+2005-02-26 Bruno Haible <bruno@clisp.org>
+
+ * format-scheme-1: Remove test for #!.
+
2005-02-24 Bruno Haible <bruno@clisp.org>
* gettext-0.14.2 released.
"abc~{~(~}~)"
# Invalid: wrongly nested
"abc~{~<~}~>"
-# Valid: FORMAT-CALL, (f * | . *)
-"abc~!"
# Valid: any number of arguments
"abc~v,v,v,v,v!"
# Invalid: type incompatibility between integer and list