summaryrefslogtreecommitdiff
path: root/src/rc/runscript.c
Commit message (Collapse)AuthorAge
...
* Quiet some more lint warnings.Roy Marples2008-01-22
|
* Prefer for (;;) over while (1)Roy Marples2008-01-21
|
* Don't enforce a C99 compiler.Roy Marples2008-01-18
|
* strip trailing newlinesMike Frysinger2008-01-14
|
* Remove rc_service_plugable function and make it private as it needs to read ↵Roy Marples2008-01-13
| | | | from our config file.
* Re-indent to a standard tw of 8.Roy Marples2008-01-11
|
* Compile without warnings on NetBSDRoy Marples2008-01-09
|
* rc_getline keeps expanding it's malloced buffer until it has read a whole ↵Roy Marples2008-01-07
| | | | line or EOF. All functions which read into static buffers have been changed to use fhis function to avoid any potential overflows and to ensure we really do read a long long config line.
* Set include paths in Makefile instead of .c filesRoy Marples2008-01-06
|
* Add the missing changes from the recent Makefile updatesRoy Marples2008-01-05
|
* Add some .mk stubs to impersonate bsk .mk files to make writing our ↵Roy Marples2008-01-05
Makefiles easier. libeinfo, librc and rc now have their own seperate directories. More work is needed to tidy this up though.