summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-08-15initial support for read/write commands on packed flash structMichael J. Chudobiak
2012-08-15regex unref error fixed; added diag:eprom:sizeMichael J. Chudobiak
2012-08-15remove debugging codeMichael J. Chudobiak
2012-08-15fix errors in last commit; enhance regex filterMichael J. Chudobiak
2012-08-15add the rest of the generic query and parameter routines to parserMichael J. Chudobiak
2012-08-15remove IO_output_to_comm_bus from dummy functionsMichael J. Chudobiak
2012-08-15remove redundant regexMichael J. Chudobiak
2012-08-15better filtering of input to ensure compound messages workMichael J. Chudobiak
2012-08-15remove max_input_word_length limitMichael J. Chudobiak
2012-08-15remove word-length limits from token processingMichael J. Chudobiak
2012-08-15reduced whitespaceMichael J. Chudobiak
2012-08-15ran dos2unixMichael J. Chudobiak
2012-08-15syst:err commands work nowMichael J. Chudobiak
2012-08-15handle null parameter properlyMichael J. Chudobiak
2012-08-14use g_str functions to create/free the parameter stringMichael J. Chudobiak
2012-08-14null units inside the loop, for compound commandsMichael J. Chudobiak
2012-08-14use g_str functions to extract unitsMichael J. Chudobiak
2012-08-14Fix cppcheck warning, and add explicit Flash init namesMichael J. Chudobiak
2012-08-14Fix improper string memory allocationMichael J. Chudobiak
2012-08-14remove unneeded outer loopMichael J. Chudobiak
2012-08-14astyle formatting runMichael J. Chudobiak
2012-08-14String_trim_excess_digits is not needed, since atof "just works" in glibMichael J. Chudobiak
2012-08-14remember to unref regexMichael J. Chudobiak
2012-08-14fix header for String_is_it_numericMichael J. Chudobiak
2012-08-14use pcre regex to implement String_is_it_numericMichael J. Chudobiak
2012-08-13better newline formatting of responsesMichael J. Chudobiak
2012-08-13let parser handle command prompt generationMichael J. Chudobiak
2012-08-13renamed a variableMichael J. Chudobiak
2012-08-13separate main output and error responsesMichael J. Chudobiak
2012-08-13wrong str length used in outputMichael J. Chudobiak
2012-08-13always append CR+LF to outgoing messageMichael J. Chudobiak
2012-08-13simplify output callback by calculating string size automaticallyMichael J. Chudobiak
1999-12-31re-add old is_numeric detector - new code couldn't handle ".1" or "2"root
1999-12-31prepare to arrange responses as callbacksroot
1999-12-31Merge branch 'master' of ulmo:Instrumentroot
2012-08-13Fixed i2c error return valueMichael J. Chudobiak
1999-12-31fix various warningsroot
1999-12-31many small fixesroot
1999-12-31add new filesroot
1999-12-31initial parser re-implementationroot
1999-12-31removed some fixed-width strings in LCD handlingroot
1999-12-31use g_str instead of mallocroot
1999-12-31first LCD supportroot
1999-12-31Added I2C address macrosroot
1999-12-31keep i2c test code inroot
1999-12-31mark I2C test coderoot
1999-12-31add better typing to I2C code, add I2C test routine in response.croot
1999-12-31Added I2C read/write support, on cape bus for nowroot
1999-12-31put version header in right placeroot
1999-12-31added missing version headerroot