Stopped using readline for sourcing.
commit1b6ba17883bcd4d6dc9636064ca05af6ac91ba60
authorStefan 'psYchotic' Zwanenburg <stefanhetzwaantje@gmail.com>
Sat, 30 Jan 2010 13:51:56 +0000 (30 14:51 +0100)
committerStefan 'psYchotic' Zwanenburg <stefanhetzwaantje@gmail.com>
Sat, 30 Jan 2010 13:51:56 +0000 (30 14:51 +0100)
tree5f1b56c0779465905ed31ae1b5e8a80eefd64409
parent73f96a2bca09d0c5afcda6a57e97d89d76d65ee8
Stopped using readline for sourcing.
Instead we're now using my mystring library. Also, handle_input has
gained a parameter, to specify if it is currently in interactive mode.
If it is, it'll print "exit" and a newline before returning if the input
was NULL.
mystring.c [new file with mode: 0644]
mystring.h [new file with mode: 0644]
ss.c