William King
|
658d938754
|
Unused return value
|
2014-04-06 23:49:05 -07:00 |
|
Travis Cross
|
c26343d0c9
|
Merge in upstream changes to my-basic
We can't use their new mb_gets() because they call exit(3) in the
event of a read error, which isn't what we want.
|
2014-04-05 06:48:02 +00:00 |
|
Travis Cross
|
8da4259539
|
Cleanup whitespace
|
2014-04-05 06:43:49 +00:00 |
|
Travis Cross
|
32c03b39d9
|
Replace gets(3) with fgets(3) in my-basic
gets(3) is going away; it's been removed by C11, and gcc now warns on
it, breaking the build.
|
2014-04-05 04:45:30 +00:00 |
|
Michael Jerris
|
5320075df7
|
FS-6429: --resolve check return values of fread and gets
|
2014-04-03 21:43:12 -04:00 |
|
Michael Jerris
|
98237f5962
|
fix mod_basic clang build warning, we don't need to declare var we don't use on this side of the ifdef
|
2014-04-03 19:35:43 -04:00 |
|
Travis Cross
|
6234a94f41
|
Cleanup style for consistency
|
2014-04-01 20:54:44 +00:00 |
|
Travis Cross
|
a8dd56f2b3
|
Convert my_basic files to Unix newline format
|
2014-04-01 20:41:19 +00:00 |
|
Ken Rice
|
6681176ce9
|
prevent a segfault in mod_basic if someone calls basic from CLI w/ no args
|
2014-04-01 08:57:15 -05:00 |
|
Anthony Minessale
|
e458fa2d5a
|
allow execute with no args
|
2014-03-31 18:37:35 -05:00 |
|
Anthony Minessale
|
3a2736291e
|
add mod_basic
|
2014-03-31 18:08:59 -05:00 |
|