83 Commits (db877e6a00f0d3d2a7c20183b20a112e47856cd4)

Author SHA1 Message Date
Dick Hollenbeck 56796a950c *) Use fgetc() technique to avoid strlen() in FILE_LINE_READER::ReadLine(), 13 years ago
jean-pierre charras 3a8bf14c9f Fix an issue (only found using gcc under mingw) in dsnlexer.cpp, using ::isspace( ) function that accepts only a 7 bit ASCII value under gcc/ mingw. 14 years ago
Dick Hollenbeck 3fa7c200b7 Add tools/parser_gen.cpp which is the beginnings of an s-expression parser 14 years ago
Dick Hollenbeck b8a0ab4c52 switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 14 years ago
Wayne Stambaugh 4b853dedb4 Application name capitalization fixes. 14 years ago
Wayne Stambaugh baa0d7920a EESchema bug fixes and other minor changes (fixes lp:793373). 15 years ago
Dick Hollenbeck f8263c0e62 sweet parser work 15 years ago
Dick Hollenbeck 0093f4f612 ++common: 15 years ago
Dick Hollenbeck 604edcac3a ++all: 15 years ago
Dick Hollenbeck ed8c021f63 ++all: 15 years ago
Dick Hollenbeck 2dd1287141 filter_reader.cpp 15 years ago
Dick Hollenbeck c42af9387d oops 15 years ago
Dick Hollenbeck 62a4072c92 minor bugs 15 years ago
Dick Hollenbeck e5dfd601da changes 15 years ago
Dick Hollenbeck 84ed5f501d ++new: 15 years ago
Dick Hollenbeck d2cc77ac71 see CHANGELOG.txt 15 years ago
Dick Hollenbeck 85477537ce more richio enhancements, /new work, SCH::LIB_TABLE nearly finished 15 years ago
Dick Hollenbeck a7c11a0b11 implement most of SCH::LIB_TABLE, start SCH::LPID, enhance richio 15 years ago
Dick Hollenbeck bdbd28a9f4 complete initial version of LIB_TABLE::Parse() 15 years ago
Dick Hollenbeck 067bf8518c change IOError class name spelling to IO_ERROR to conform to coding standards 15 years ago
Dick Hollenbeck 27a02d3226 fully implement nul termination for LINE_READER::ReadLine() 15 years ago
Dick Hollenbeck 8b4cad8a3e make LINE_READERs have dynamic buffer sizes 15 years ago
Dick Hollenbeck 0f64b35234 PopReader return value 15 years ago
Dick Hollenbeck 3213832411 enhance and better document PopReader() 15 years ago
Dick Hollenbeck 0267b05938 add PushReader and PopReader to DSNLEXER, make FILE_LINE_READER own its FILE* 15 years ago
Dick Hollenbeck 0361ad6a55 factor some pioneering code into a the stable building block class DSNLEXER, generalize expected valued for name and value within the template field parser. 16 years ago
Dick Hollenbeck f3d5c4948b meet Ralph, a big harry template fieldnames patch 16 years ago
dickelbeck aba543cb54 clipboard and DSNLEXER testing via target dsntest 16 years ago
dickelbeck f1f11cf66d revive target 'dsntest' from common, start exploring pasting text from clipboard, primitively. 16 years ago
dickelbeck 2decdbdd14 ++common 16 years ago
dickelbeck a800351eab Switch the LINE_READER being used by DSN_LEXER as owned, and accessible via pointer. 16 years ago
dickelbeck 6700c604aa DSNLEXER now supports: 16 years ago
dickelbeck ba78287bc9 comments, minor fixes 16 years ago
dickelbeck ceb6ad1a72 * Factored out the DSNLEXER class so it can be re-used more generally. The 16 years ago