mirror of
https://github.com/adtools/clib2.git
synced 2025-12-08 14:59:05 +00:00
- Repaired the pattern matching code which expands command line arguments:
it no longer requires that any parameters are quoted and it is automatically enabled if you link against libunix.a, without libc.a standing a chance to accidentally override it. git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@14990 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
@ -21,6 +21,11 @@
|
||||
it with a backtick ("`"), which is the wildcard pattern escape character
|
||||
used on AmigaOS.
|
||||
|
||||
- Repaired the pattern matching code which expands command line arguments:
|
||||
it no longer requires that any parameters are quoted and it is automatically
|
||||
enabled if you link against libunix.a, without libc.a standing a chance to
|
||||
accidentally override it.
|
||||
|
||||
|
||||
|
||||
c.lib 1.193 (4.6.2005)
|
||||
|
||||
Reference in New Issue
Block a user