aboutsummaryrefslogtreecommitdiff
path: root/coreutils/dos2unix.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2001-04-21Fix horrible, horrible memmory leak. I wondered why processes were dying !bug11-2/+1
git-svn-id: svn://busybox.net/trunk/busybox@2397 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-04-21Clearly define out exclude list code, as recommended by Larry Doolittlebug11-4/+5
git-svn-id: svn://busybox.net/trunk/busybox@2396 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-04-20Fixed a buglet where an extra newline was being added after an insert commandmarkw2-14/+20
in some cases. git-svn-id: svn://busybox.net/trunk/busybox@2395 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-04-20Made a correction to a bad test expression. Props to Larry Doolittle formarkw2-4/+2
spotting this one. git-svn-id: svn://busybox.net/trunk/busybox@2394 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-04-20Applied patch from Larry Doolittle to give users the third option of puttingmarkw3-0/+15
buffers in BSS (in addition to stack and heap). git-svn-id: svn://busybox.net/trunk/busybox@2387 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-04-20Set permissions of created filebug11-0/+1
git-svn-id: svn://busybox.net/trunk/busybox@2382 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-04-19This has two patches. First it moves interface.c to libbb (it isandersen7-75/+24
support code after all). It also contains a patch from Larry Doolittle that removes two instances of "strlen([^)]*) *- *1", un-shadows two variables, relaxes requirement for a sprintf(3) that returns number of bytes written, and eliminates a duplicate subroutine. git-svn-id: svn://busybox.net/trunk/busybox@2379 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-04-19Fix buffer underrun noted and solved by Larry Doolittle.kraai2-2/+2
git-svn-id: svn://busybox.net/trunk/busybox@2376 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-04-18Move real_loop.h to libbb, where it belongs.andersen1-0/+0
-Erik git-svn-id: svn://busybox.net/trunk/busybox@2374 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-04-18Add types for the inline funcs, thanks to Ralph Siemsen <ralphs@netwinder.org>andersen2-4/+4
git-svn-id: svn://busybox.net/trunk/busybox@2371 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-04-18Eliminate spurious warning, convert to getopt, and eliminate redundant check.kraai4-58/+46
git-svn-id: svn://busybox.net/trunk/busybox@2369 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-04-18Fix a number of problems with argument handling.kraai2-98/+58
git-svn-id: svn://busybox.net/trunk/busybox@2368 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-04-18Eliminate a segfault when called on an existing file with out an extension:kraai2-4/+4
touch foo && gunzip foo git-svn-id: svn://busybox.net/trunk/busybox@2367 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-04-18Eliminated seeks so that we work correctly on pipes, and removed reliance onkraai3-6/+27
undefined evaluation ordering. Thanks to Anthony Towns for explanation and solution. git-svn-id: svn://busybox.net/trunk/busybox@2366 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-04-18Fix zcat/gunzip when reading from stdinbug12-52/+56
git-svn-id: svn://busybox.net/trunk/busybox@2365 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-04-17- updated busybox_header.pod by adding adjtimex to the list.beppu2-36/+55
- a new busybox.pod that reflects my fixes, and todays patches to usage.h git-svn-id: svn://busybox.net/trunk/busybox@2364 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-04-17Applied patch from I.Q. to add sort -u as a feature.markw6-21/+79
git-svn-id: svn://busybox.net/trunk/busybox@2363 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-04-17Changed line[strlen(line) - 1] = '\0'; to chomp(line);markw2-2/+2
git-svn-id: svn://busybox.net/trunk/busybox@2362 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-04-17Applied a patch from Laurence Anderson to fix the wget statusbar and a patchmarkw5-41/+37
to usage.h to document the -q option. git-svn-id: svn://busybox.net/trunk/busybox@2361 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-04-17Applied patch from I.Q. to fix problem with sort -n.markw2-6/+10
git-svn-id: svn://busybox.net/trunk/busybox@2360 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-04-17Added some help messages.markw2-2/+18
git-svn-id: svn://busybox.net/trunk/busybox@2359 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-04-17The tiniest of bracket-placement fixes.markw2-10/+4
git-svn-id: svn://busybox.net/trunk/busybox@2358 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-04-17- usage.hbeppu7-81/+97
o echo_example_usage needed to escape some backslashes in an inner quote o find_full_usage missing a \n at the end of the -name line ? getopt_full_usage the -o line has tab issues, but I didn't fix them. o length_example_usage removed some double-quotes that were within an inner quotes o printf_example_usage needed to escape a backslash in an inner quote o sort_example_usage needed to escape some backslashes and double quotes in an inner quote o tftp_full_usage s/nameing/naming/; o umount_full_usage remove colons after options for consistency w/ other full_usage messages o uniq_example_usage needed to escape some backslashes and double quotes in an inner quote - TODO xargs -l ? - docs/autodocifier.pl POD && comment updates - docs/busybox_footer.pod added Larry Doolittle and Sterling Huxley git-svn-id: svn://busybox.net/trunk/busybox@2357 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-04-17Convert mount to use getopt.kraai2-110/+62
git-svn-id: svn://busybox.net/trunk/busybox@2356 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-04-17Further cleanup of mount option handling.kraai2-124/+122
git-svn-id: svn://busybox.net/trunk/busybox@2355 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-04-17Fix -a support (broken by previous patch).kraai2-6/+6
git-svn-id: svn://busybox.net/trunk/busybox@2354 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-04-17Fix segfault on `mount -t nfs' reported by Gratien D'haese.kraai2-0/+6
git-svn-id: svn://busybox.net/trunk/busybox@2353 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-04-16Several fixes from Sterling Huxley for the vi applet.andersen3-159/+430
git-svn-id: svn://busybox.net/trunk/busybox@2352 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-04-16Write full status filebug12-38/+152
git-svn-id: svn://busybox.net/trunk/busybox@2351 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-04-16dpkg improvements, use full package struct, avoid extracting to tmp dir, ↵bug18-422/+451
rename variable. deb_extract, untar and dpkg_deb modified to make the above possible git-svn-id: svn://busybox.net/trunk/busybox@2350 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-04-15Document new dpkg-deb funtionsbug13-9/+15
git-svn-id: svn://busybox.net/trunk/busybox@2349 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-04-15untar changed to allow deb_extract to extract to memory, allows better ↵bug14-41/+51
operation of dpkg-deb -f git-svn-id: svn://busybox.net/trunk/busybox@2348 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-04-15NEw functions read_package_field and read_text_file_to_bufferbug11-4/+4
git-svn-id: svn://busybox.net/trunk/busybox@2347 69ca8d6d-28ef-0310-b511-8ec308f3f277