55 Cometimentos (master)
 

Autor SHA1 Mensagem Data
  Ian Piumarta b9d5e95391 detect leaked memory at the end of the program há 1 mês
  Ian Piumarta c317b66d5e detect illegal pointer comparisons and pointers modified too far outside their base object há 1 mês
  Ian Piumarta 1eec9dcce4 add primitive atoi() há 3 meses
  Ian Piumarta 07634df3dc handle command-line arguments properly há 3 meses
  Ian Piumarta 4ddc05b90b add location information to error messages há 3 meses
  Ian Piumarta fda0129a1a add missing cases for Token há 3 meses
  Ian Piumarta 1fd8b2bd7f fix line number tracking há 3 meses
  Ian Piumarta 18caf89d77 include file name and line number in syntax error messages há 3 meses
  Ian Piumarta cc5f377864 handle typedefs of anonymous structures há 3 meses
  Ian Piumarta 49d7a8cddf add test for access to uninitialised variable há 3 meses
  Ian Piumarta d1abebcabc fix initialisation of char * from string literal há 3 meses
  Ian Piumarta f411e2d569 be more relaxed about pointer comparisons há 3 meses
  Ian Piumarta c12fa4fdad be more pedantic about correct types in pointer initialisation and assignment unless the value is (void *)0 há 3 meses
  Ian Piumarta 5d296aef92 add use-after-free test for common linked list deallocation bug há 3 meses
  Ian Piumarta e6bf046263 handle recursive structures, loading and storing pointers to structures in members há 3 meses
  Ian Piumarta 47ac124905 handle array and structure initialisers há 3 meses
  Ian Piumarta 7f26a50dac handle structures and member access há 3 meses
  Ian Piumarta c4ded90303 better printf(), handle initialisation of pointers and arrays from string literals há 3 meses
  Ian Piumarta 49c896a266 handle comparisons between pointers and arrays, handle taking address of array há 3 meses
  Ian Piumarta 3d2334348c add typedef of intptr_t há 3 meses
  Ian Piumarta 30e9c9ba21 handle postinc of pointers, comparisons between pointers and pointers/arrays, conversion of arrays to pointers há 3 meses
  Ian Piumarta 93e8020fff handle array indexing and integer multiplication há 3 meses
  Ian Piumarta dda40ae951 handle malloc(), free(), casts and assignments involving pointers to variables, memory, or cast from integer constants há 3 meses
  Ian Piumarta 3c5913ff9a handle sizeof() and malloc() há 3 meses
  Ian Piumarta 360fde2056 improve error message for invalid assignments há 3 meses
  Ian Piumarta e5345ff9ba handle typedef and casts há 3 meses
  Ian Piumarta 07fb5f758f split Tbase into individual types há 3 meses
  Ian Piumarta e274af205e split Tbase into individual types há 3 meses
  Ian Piumarta 9264c94f6b handle comparison of integer and pointer to variable há 3 meses
  Ian Piumarta d4c5edce8f handle if() and == há 3 meses
  Ian Piumarta 102ad64330 move system include files to subdir há 3 meses
  Ian Piumarta ddf85ac562 move system include files to subdir há 3 meses
  Ian Piumarta 37856e008b remove debugging info há 3 meses
  Ian Piumarta cb668afe92 handle while há 3 meses
  Ian Piumarta c220bef846 block eval pops scopes properly during nonlocal return há 3 meses
  Ian Piumarta aa7a5f2c65 declare primitives as external functions há 3 meses
  Ian Piumarta 0d88339f76 handle for loops há 3 meses
  Ian Piumarta 560fe0d6b8 handle assignment to variables há 3 meses
  Ian Piumarta 4b29519383 handle enough pointers and address-of to make dangling-pointer.c work; add %p conversion to printf(); add assert() há 3 meses
  Ian Piumarta 72975e2827 handle strings in printf há 3 meses
  Ian Piumarta a538c4b31d handle global variables and addition há 3 meses
  Ian Piumarta 857a621179 handle global variables and addition há 3 meses
  Ian Piumarta 9896dc32b0 handle global variables and addition há 3 meses
  Ian Piumarta 05f17a9383 handle variadic functions há 3 meses
  Ian Piumarta 33bb5e8138 allow multiple identical declarations; function parmeters are arrays of variables not vardecls há 3 meses
  Ian Piumarta d5fbff0e83 type check variable declarations há 3 meses
  Ian Piumarta aab97b38b8 move Emacs mode selection to end há 3 meses
  Ian Piumarta 46c4a94f5a handle function parameters/arguments há 3 meses
  Ian Piumarta 12fa7c1de6 test return from function and printf %d conversion há 3 meses
  Ian Piumarta 7fe0d9d9bf reorder compiler arguments and add -lm to keep Linux happy há 3 meses