Commit Graph

19 Commits

Author SHA1 Message Date
Pragmatic Software 1f82cbc285 Added extra semi-colon before return 0 to allow statements without semi-colons for lazy people; codepad.pl wasn't handling structs correctly because code and precode were backwards -- fixed 2010-06-30 01:21:46 +00:00
Pragmatic Software d36cc78bca Removing -x option from astyle command in order to support older versions 2010-05-25 06:23:03 +00:00
Pragmatic Software b03a7eb18c Re-instated behavior of code-outside-of-main-goes-into-main 2010-05-13 21:02:53 +00:00
Pragmatic Software af0e1a7969 Use Text::Balanced to extract code blocks from functions 2010-05-13 20:22:17 +00:00
Pragmatic Software 31f0b129de And arrays in the return value, for those that dont like using pointers 2010-05-06 23:44:43 +00:00
Pragmatic Software 63b8aae8dd Oops, forget about pointers 2010-05-06 23:24:55 +00:00
Pragmatic Software eb371e3977 Significantly improved parsing for C and C++ code; will not nest functions -- if no main detect, main will be created and anything outside of functions will be placed inside of main 2010-05-06 17:01:27 +00:00
Pragmatic Software 0c541f7a87 Forget about ;/**/ sequence -- just require code to have semi-colon 2010-04-29 18:58:05 +00:00
Pragmatic Software 0aeeedfaaa Make extra semi-colon more identifible as to not replace inside for(;;) or other cases 2010-04-29 01:43:40 +00:00
Pragmatic Software 271839b71f Added newline to pretty function 2010-04-27 22:57:34 +00:00
Pragmatic Software ef4b895cbc Added -showurl option to include URL to results; added pretty() function with astyle dependency to indent code 2010-04-27 22:22:02 +00:00
Pragmatic Software 6006edafae Better output 2010-04-25 23:24:47 +00:00
Pragmatic Software fe32a435c0 2010-04-09 22:53:55 +00:00
Pragmatic Software 6e40033e92 2010-04-05 11:36:19 +00:00
Pragmatic Software b11722492a 2010-04-05 11:29:49 +00:00
Pragmatic Software aaa6b2782d Allow #including <headers> 2010-03-28 18:37:53 +00:00
Pragmatic Software c93174ac15 Improved codepad.pl 2010-03-28 15:16:34 +00:00
Pragmatic Software 617f98ad5c Improved codepad.pl 2010-03-28 15:06:50 +00:00
Pragmatic Software efd4ebd5af Testing codepad.pl 2010-03-28 14:34:43 +00:00