|
960b2aee42
|
feat: implemented realloc
|
2022-03-25 19:09:35 -04:00 |
|
|
73f577fb7a
|
feat: partially implemented malloc and free
|
2022-03-25 17:47:01 -04:00 |
|
|
ecfd233c30
|
Merging HW3_CODE
|
2022-03-25 10:30:57 -04:00 |
|
Gene Stark
|
d50e72a329
|
Correct malloc_an_int test.
|
2022-03-20 05:07:04 -04:00 |
|
Gene Stark
|
45c0fdbb02
|
Remove an incorrect "(aligned)" indication.
|
2022-03-17 11:55:05 -04:00 |
|
Gene Stark
|
216cc7f168
|
Correct tests for actual assignment configuration.
|
2022-03-12 02:10:51 -05:00 |
|
Gene Stark
|
7ae03a1c27
|
Remove the -DWEAK_MAGIC preprocessor conditional and add function sf_set_magic() to set the magic number for debugging.
|
2022-03-08 15:59:13 -05:00 |
|
Gene Stark
|
65b71e11e5
|
Bring in basecode from the development repo.
|
2022-03-05 12:43:06 -05:00 |
|
|
c0cdc72d10
|
fix: mem leak when a new error message overwrite the old one
|
2022-03-04 22:24:55 -05:00 |
|
|
e917cbc49e
|
feat: implemented getopt_long
|
2022-03-04 22:22:08 -05:00 |
|
|
c63ef04b44
|
fix: version return with 0
|
2022-03-04 21:46:14 -05:00 |
|
|
3c17961c60
|
feat: implemented getopt_long for terminal input
|
2022-03-04 21:33:36 -05:00 |
|
|
7d21448432
|
feat: implemented getopt_long
|
2022-03-04 21:29:50 -05:00 |
|
|
c1c2feb549
|
fix: implemented errmsg
feat: implemented errmsg
|
2022-03-04 12:24:48 -05:00 |
|
|
3e1bf8ba92
|
fix: uninitialized value in reformat.c
|
2022-03-04 10:55:54 -05:00 |
|
|
2b530625ab
|
fix: memory leak
|
2022-03-04 10:39:56 -05:00 |
|
|
658e23eb93
|
fix: initialize block->next to NULL for each new block
|
2022-03-04 09:31:47 -05:00 |
|
|
61fc466429
|
fix: freelines
|
2022-03-03 22:03:41 -05:00 |
|
|
8d471113ce
|
fix: setdefaults & input of EOF
|
2022-03-03 17:43:40 -05:00 |
|
|
fceb33dbc1
|
fix: make hw2 code compileable
|
2022-03-02 18:26:02 -05:00 |
|
|
e947b81e43
|
Merging HW2_CODE
|
2022-03-02 17:51:14 -05:00 |
|
|
1685df579f
|
fix: wrong indent value
|
2022-02-19 13:12:02 -05:00 |
|
|
b7357ef2ff
|
fix: error indent when no p arg provided and make number.string_value
fall in [0.1, 1)
|
2022-02-19 12:52:06 -05:00 |
|
|
3fe193ebca
|
fix: error read float value and indent level
|
2022-02-19 11:31:42 -05:00 |
|
|
5a494e53c5
|
fix: unable to compile
|
2022-02-18 23:35:42 -05:00 |
|
|
799994c0b3
|
fix: print in hex format for non-ascii unicode
|
2022-02-18 23:17:31 -05:00 |
|
|
cdaae370de
|
fix: return error code when met unexpected chars
|
2022-02-18 23:11:14 -05:00 |
|
|
19f91c3ea5
|
fix: convert "E" to "e"
|
2022-02-18 22:50:57 -05:00 |
|
|
75797b5d5d
|
fix: unable to parse false
|
2022-02-18 22:32:59 -05:00 |
|
|
d5b8e66ed3
|
feat: finished read_value
|
2022-02-18 22:09:39 -05:00 |
|
Gene Stark
|
c4ef05ced6
|
Bring in basecode from the development repo.
|
2022-02-18 17:27:51 -05:00 |
|
|
85112634b2
|
feat: implemented pretty print
|
2022-02-17 08:02:55 -05:00 |
|
|
63ca6742c1
|
feat: implemented argo_write_value
|
2022-02-17 00:39:38 -05:00 |
|
|
1589be8e64
|
fix: refactored validargs
|
2022-02-16 18:17:09 -05:00 |
|
|
395b2b254b
|
fix: fix invalid indent value case
feat: implemented main.c
|
2022-02-15 12:54:42 -05:00 |
|
|
3d7131a43e
|
refactor: refactor validargs.c, make it neater
|
2022-02-12 19:40:27 -05:00 |
|
|
a8230d70d3
|
fix: initialize global_option to 0
|
2022-02-12 16:53:07 -05:00 |
|
|
8203b3daba
|
fix: if no value for p passed, set default value to 4
|
2022-02-12 16:50:01 -05:00 |
|
|
c85f4e85a1
|
feat: implemented validargs.c
|
2022-02-12 16:47:38 -05:00 |
|
|
f2e7a5fbac
|
Merging HW1_CODE
|
2022-02-07 15:58:22 -05:00 |
|
|
307de90e13
|
fix: return Hi instead of Hello
|
2022-02-07 15:53:55 -05:00 |
|
|
d60cb622aa
|
Academic Honesty statement
|
2022-02-07 15:51:51 -05:00 |
|
|
a3d945b185
|
Merge remote-tracking branch 'HW0_CODE/master'
merge HW0
|
2022-02-07 15:51:00 -05:00 |
|
Gene Stark
|
3c048e2f19
|
Correct printing of exact 0.1.
|
2022-02-05 12:17:44 -05:00 |
|
Gene Stark
|
3fc2cc85f3
|
Correct regression where lib/argo_write_value was calling argo_write_string, instead of the internal version.
|
2022-02-02 02:33:20 -05:00 |
|
Gene Stark
|
1ac01a9efd
|
Correct escaping of characters with Unicode code points greater than \u00ff.
|
2022-01-31 13:40:43 -05:00 |
|
Gene Stark
|
5be82bd406
|
Remove incorrect white space when printing an object member.
|
2022-01-30 10:38:06 -05:00 |
|
Gene Stark
|
9e6ea65844
|
Fix matching of tokens "true", "false", "null". Fix character counting.
|
2022-01-29 12:09:56 -05:00 |
|
Gene Stark
|
821be24331
|
Correct issue with @return specification for argo_read_value().
|
2022-01-27 15:26:07 -05:00 |
|
Gene Stark
|
8be8175f96
|
Split the contents of lib/argo.a into a "read module" and a "write module", so they can be used separately.
|
2022-01-27 15:16:22 -05:00 |
|