- 26 Feb, 2002 2 commits
-
-
- 23 Feb, 2002 5 commits
-
-
-
-
-
whitespace to the argv array. To fix: (argcv_scan): Return len+1 if called on or after the terminating null character. (argcv_get): Initialize *argc to zero and continue scanning until argcv_scan return is > len. Thanks Sam for noticing.
Sergey Poznyakoff authored
-
- 22 Feb, 2002 10 commits
-
-
-
-
-
-
-
-
-
-
(mu_argp_error_code): new global. Specifies exit code for exits on error.
Sergey Poznyakoff authored -
-
- 21 Feb, 2002 10 commits
-
-
-
-
place because it tokenizes, and whether a char is a comment or not depends on whether its in the middle of a token or not: "hi # there" # comment.
Sam Roberts authored -
# ~/.sieverc # Just moves my mail into my local spool. -dTt --ticket=~/.tickets -f pop://pop.uniserve.com ~/.filter.sv
Sam Roberts authored -
-
of the info directory, now they go in GNU Libraries, with links to the programs under GNU Utilities, as seemed to be suggested by the texinfo docs. Maybe there's a better convention?
Sam Roberts authored -
- 20 Feb, 2002 5 commits
-
-
-
Be more robust in handling erroneous constructs. Thanks Sam for reporting.
Sergey Poznyakoff authored -
-
-
dependencies, so the exes dont' get rebuilt when the libraries are rebuilt, unless explicitly listed.
Sam Roberts authored
-
- 19 Feb, 2002 8 commits
-
-
actually broke mu_getpwnam() pardigm. To fix it, a wrapper function, mu_getpwuid(), is introduced. It allows to use 'overloaded' getpwuid calls. In the simplest case, it boils down to calling getpuid(). Applications, registering getpwname function by using mu_register_getpwname() are expected to register its getpwuid counterpart by using mu_register_getpwname(). "Virtual domains" (mutil.c:407) seem to be an exception: there is no easy way to create appropriate getpwuid() function. This does not break the virtual domain functionality, however.
Sergey Poznyakoff authored -
-
-
-
-
-
-