|
dd6a65e750
|
add alternate command pdftex if pdflatex isn't found
|
2021-06-27 16:06:07 -04:00 |
|
|
f8e28bd1f0
|
Merge pull request 'update prompt colors' (#11) from change_color into master
Reviewed-on: #11
|
2021-06-27 15:45:21 -04:00 |
|
|
14330d1077
|
update prompt colors
|
2021-06-27 15:44:45 -04:00 |
|
|
fef8a085ec
|
Merge pull request 'report' (#10) from report into master
Reviewed-on: #10
|
2021-06-27 15:30:12 -04:00 |
|
|
e951ccb7ee
|
add missing param to main documentation
|
2021-06-27 15:28:36 -04:00 |
|
|
8ad820c9fc
|
remove aux files in sections when cleaning
|
2021-06-27 15:25:11 -04:00 |
|
|
eefb71ccd5
|
add loop and builtins
|
2021-06-27 15:20:53 -04:00 |
|
|
3eb6bae306
|
add introduction and first code example
|
2021-06-27 14:34:03 -04:00 |
|
|
61b363279f
|
change report structure
|
2021-06-27 14:07:00 -04:00 |
|
|
16986a212e
|
Merge pull request 'change builtin not existing to not be fatal' (#9) from nonfatalerror into master
Reviewed-on: #9
|
2021-06-27 13:34:59 -04:00 |
|
|
abe1e7fa5e
|
change builtin not existing to not be fatal
|
2021-06-27 13:32:33 -04:00 |
|
|
cae1aa3e55
|
Merge pull request 'improve error handling' (#8) from errorhandling into master
Reviewed-on: #8
|
2021-06-27 00:18:40 -04:00 |
|
|
14b2c79c92
|
improve error handling
|
2021-06-27 00:17:03 -04:00 |
|
|
1710a05d85
|
Merge pull request 'console_line' (#7) from getchar into master
Reviewed-on: #7
|
2021-06-26 23:15:00 -04:00 |
|
|
344fbc4eb5
|
validate calls to malloc and realloc
|
2021-06-26 23:13:51 -04:00 |
|
|
90019c46ba
|
free hostname
|
2021-06-26 23:06:11 -04:00 |
|
|
8776bbd6fa
|
add hostname
|
2021-06-26 23:05:27 -04:00 |
|
|
60004f08dc
|
rename string array variable to make it clear what it is
|
2021-06-26 22:51:39 -04:00 |
|
|
4ea527064a
|
add missing documentation for functions
|
2021-06-26 22:48:19 -04:00 |
|
|
907af65b94
|
move input to separate file
|
2021-06-26 22:38:22 -04:00 |
|
|
53e3c1e276
|
standardize format
|
2021-06-26 21:20:36 -04:00 |
|
|
f963198fdf
|
Merge pull request 'builtins' (#6) from builtins into master
Reviewed-on: #6
|
2021-06-26 21:12:27 -04:00 |
|
|
41e3b34175
|
update readme
|
2021-06-26 21:03:23 -04:00 |
|
|
d7fe743d5c
|
drop down to c11 standard to work on older distros
|
2021-06-26 19:17:50 -04:00 |
|
|
5e5c9d8db3
|
move code to exit_shell function
|
2021-06-26 19:09:41 -04:00 |
|
|
5ce2096b2c
|
add builtins
|
2021-06-26 19:06:30 -04:00 |
|
|
79e2b6697b
|
add a string array helper
|
2021-06-26 18:47:02 -04:00 |
|
|
d727732947
|
fix invalid free
|
2021-06-26 17:42:46 -04:00 |
|
|
36c5439fee
|
Merge pull request 'update problem' (#5) from update_problem into master
Reviewed-on: #5
|
2021-06-25 00:10:20 -04:00 |
|
|
5f23325702
|
update problem
|
2021-06-24 23:51:20 -04:00 |
|
|
de03ca1417
|
Merge pull request 'color' (#4) from color into master
Reviewed-on: #4
|
2021-06-20 12:06:34 -04:00 |
|
|
d39e6997cf
|
add color to the console line
|
2021-06-20 12:02:38 -04:00 |
|
|
63f79993e7
|
add color definitions
|
2021-06-20 12:02:23 -04:00 |
|
|
41a701e97d
|
Merge pull request 'add comments' (#3) from comments into master
Reviewed-on: #3
|
2021-06-19 23:10:53 -04:00 |
|
|
838ee3d216
|
add comments
|
2021-06-19 23:10:20 -04:00 |
|
|
9dcc874357
|
Merge pull request 'loop' (#2) from loop into master
Reviewed-on: #2
|
2021-06-19 23:03:40 -04:00 |
|
|
a7cf487631
|
refactor the console line code
|
2021-06-19 22:58:57 -04:00 |
|
|
990a1d2b3e
|
cleanup based on filename variable
|
2021-06-19 20:59:34 -04:00 |
|
|
7c277d99bd
|
get current working directory for the console line
|
2021-06-19 20:52:42 -04:00 |
|
|
21448cee37
|
free line on error in loop
|
2021-06-19 20:32:26 -04:00 |
|
|
b5e4de3f82
|
free up the line pointer after we are finished
|
2021-06-19 20:30:08 -04:00 |
|
|
e717917e95
|
don't exit on success, let cleanup happen
|
2021-06-19 20:28:53 -04:00 |
|
|
cf847bf5eb
|
add copyright to source files
|
2021-06-19 20:25:27 -04:00 |
|
|
819b618e0f
|
add protection to headers
|
2021-06-19 20:23:49 -04:00 |
|
|
a1febd2f68
|
use exit success in main
|
2021-06-19 20:05:39 -04:00 |
|
|
93ace63885
|
add user name printing and newline stripping
|
2021-06-19 20:05:20 -04:00 |
|
|
cc74038008
|
create the shell loop
|
2021-06-19 19:13:53 -04:00 |
|
|
16bdb27904
|
Merge pull request 'initial_setup' (#1) from initial_setup into master
Reviewed-on: #1
|
2021-06-19 18:00:36 -04:00 |
|
|
d9e1cd33d6
|
add basic structure
|
2021-06-19 17:54:33 -04:00 |
|
|
8fdc2fa3db
|
add gitignore files
|
2021-06-19 17:53:55 -04:00 |
|