summaryrefslogtreecommitdiff
path: root/mkproto.awk
Commit message (Collapse)AuthorAgeFilesLines
* Use touch for proto.h-tstamp since one awk wasn't updating mtime.Wayne Davison2020-08-031-1/+1
|
* Avoid non-updating proto.h on Alpine.Wayne Davison2020-07-071-0/+1
|
* Replace mkproto.pl with mkproto.awkEthan Sommer via rsync2020-04-071-0/+39
| | | | | | This replaces the build dependency on perl with one on awk which is already used throughout the build system and is much more ubiquitous than perl.
* Switched prototype generation from awk to perl.Wayne Davison2007-11-091-74/+0
|
* Simplified the function-finding regex, and made it more versatileWayne Davison2006-10-131-4/+2
| | | | (so we don't need to keep adding variable-type strings).
* Look for public functions that return RETSIGTYPE.Wayne Davison2006-02-021-1/+1
|
* Handle uchar and short as a function return type.Wayne Davison2005-02-181-1/+1
|
* Allow function return values to start with "const".Wayne Davison2004-01-011-1/+1
|
* changed strlcat() and strlcpy() to have the same semantics as theAndrew Tridgell1998-11-141-1/+1
| | | | | | OpenBSD functions of the same name. changed slprintf() to take buffer length rather than buffer length -1
* first vesrion of working socket based rsync. It still needs a lot ofAndrew Tridgell1998-05-091-0/+35
| | | | work, but at least it works :-)
* add support for lseek64() under solaris 2.6Andrew Tridgell1998-05-061-1/+1
|
* prototype updateAndrew Tridgell1998-03-231-1/+1
|
* Initial revisionAndrew Tridgell1996-06-221-0/+41