log src/mygetline.c @ 771:5bab557020a6

age author description
Mon, 01 Nov 2010 08:31:08 +1100 Ben Schmidt More readable interface to mygetuntil() when reading to EOF
Wed, 06 Oct 2010 23:30:26 +1100 Ben Schmidt Add $controlN$ substitution
Mon, 22 Nov 2004 23:25:01 +1100 mmj Change statctrl to only return a file is not there, if stat() explicitly said so
Sat, 19 Jun 2004 13:44:47 +1000 mortenp changed to use the new memory wrappers
Sat, 19 Jun 2004 11:36:37 +1000 mortenp removed dead code
Thu, 17 Jun 2004 07:11:55 +1000 mmj Goodbye GPL license, Welcome MIT
Mon, 07 Jun 2004 22:35:58 +1000 mmj Comment out myfgetline since it's not used at all anymore
Thu, 03 Jun 2004 07:50:40 +1000 mmj mygetline EINTR handling and errno = 0
Wed, 19 May 2004 20:43:12 +1000 mmj if(infile == NULL) return NULL;
Fri, 23 Apr 2004 10:02:58 +1000 mortenp fixed leak of buf at EOF
Fri, 23 Apr 2004 09:57:53 +1000 mortenp fixed ch's type ('\n' was implicitly casted to an int and compared with ch, which had only one byte of initialized content)
Fri, 23 Apr 2004 07:14:22 +1000 mmj mygetline is turned into myfgetline since it works on FILE *'s and
Thu, 22 Apr 2004 23:00:27 +1000 mmj Add GPL info in top of files where it was missing, and remove a file that
Thu, 22 Apr 2004 22:10:37 +1000 mmj do_all_the_voodo_here introducton plus a massive cleanup
Thu, 22 Apr 2004 06:35:57 +1000 mmj Helper functions