+ in the interest of robustness, I added
authorJohn Beppu <beppu@lbox.org>
Mon, 17 Apr 2000 04:22:09 +0000 (04:22 -0000)
committerJohn Beppu <beppu@lbox.org>
Mon, 17 Apr 2000 04:22:09 +0000 (04:22 -0000)
commit5a728cfdfeaa0c6db8485bec230e24b3ca03806b
treedb9e84821fb8742d8c10636388db640f1f763c73
parent3becdfc31635bec63b6cbefde148d9bd3f3678a1
+ in the interest of robustness, I added
  utility.c :: cstring_alloc()
  utility.c :: cstring_lineFromFile() /* they're at the bottom */
  so that I could read in lines of arbitrary length from FILE*s
  (instead of using fgets(huge_ass_buffer,...)).
+ I tested it out on sort, and it seems to be fine.
coreutils/sort.c
internal.h
sort.c
utility.c