argp: output formatting, and argp_child interface.

2005-12-16 Thread Paul Knowles
Hello, I recently started on a project where, eventually, users need a transparent way to add parameters to the command line for routines they will be linking to the application. argp looks like the right tool for that, however, the interface, especially for multiple child parsers, leaves a lot

FYI: new module: fprintftime

2005-12-16 Thread Jim Meyering
I've just checked in the files that complete the implementation of the new fprintftime module. In coreutils, both date and du now use fprintftime. The strftime.c [FPRINTFTIME] changes have been here for a while, and all of this code has been in coreutils for a couple of months. Here are the Change

sys/socket.h on mingw32 vs socklen

2005-12-16 Thread Simon Josefsson
Hi! The sys_socket module below will create a sys/socket.h file, primarily for mingw32, but it could be extended for other systems or missing sys/socket.h features in the future. This would solve the problem of accessing sys/socket.h stuff in applications. However, it does not solve the pro