4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-18 12:29:32 +08:00
Christopher Faylor 6503705696 * include/sys/strace.h (paranoid_printf): Define as not being part of "all"
output.
* pwdgrp.h (pwdgrp::next_num): Rename from next_int.  Returns true/false if
parse operation succeeded.
(pwdgrp::reparse): Remove.
(pwdgrp::raw_ptr): New function.  Returns pointer in line.
(pwdgrp::next_num): New functions for parsing other than unsigned long.
* grp.cc (pwdgrp::parse_group): Reinstate previous parsing behavior.  Don't
fill in fields with NULL and assign empty gr_mem to known pointer rather than
doing a pointless calloc.  Streamline gr_mem parsing.  Don't increment
curr_lines here.
* passwd.cc (pwdgrp::parse_passwd): Use new behavior of next_num.  Don't
increment curr_lines here.
* uinfo.cc (pwdgrp::next_str): Keep returning EOL if out of data.
(pwdgrp::reparse): Remove.
(pwdgrp::next_num): Rename from next_int.  Return bool indicating success of
parse, argument returns value parsed.
(pwdgrp::add_line): Increment curr_lines here on successful parse.
(pwdgrp::load): (from Pierre Humblet) Don't return status.  Just report it
here.
2003-01-26 05:38:38 +00:00
..
2001-09-11 20:01:02 +00:00
2001-03-05 21:29:24 +00:00
2000-10-28 05:41:44 +00:00
2002-01-13 20:03:03 +00:00
2001-03-05 21:29:24 +00:00
2002-11-23 01:27:42 +00:00
2001-03-05 21:29:24 +00:00
2001-09-11 20:01:02 +00:00
2001-11-05 06:09:15 +00:00
2001-09-11 20:01:02 +00:00
2001-12-10 03:35:54 +00:00
2001-11-05 06:09:15 +00:00
2002-03-12 03:36:01 +00:00
2001-03-05 21:29:24 +00:00