summaryrefslogtreecommitdiffstats
path: root/parse.cxx
Commit message (Expand)AuthorAgeFilesLines
* PR11343: backward compatibility option/conditionalFrank Ch. Eigler2010-04-081-6/+13
* PR10913: Fix error messages when unable to close certain tokensCharley Wang2010-03-231-4/+3
* Add startswith/endswith helpersJosh Stone2010-03-111-4/+4
* PR11004: try / catch error-handling script syntaxFrank Ch. Eigler2010-03-031-2/+40
* Permit chained unary operatorsJosh Stone2010-02-241-1/+1
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapFrank Ch. Eigler2010-02-231-5/+1
|\
| * Simplify null_statement constructionJosh Stone2010-02-231-5/+1
* | PR11005: @defined($tvar) predicate, part 1Frank Ch. Eigler2010-02-231-51/+66
|/
* PR11208: glue adjacent string literals together.Frank Ch. Eigler2010-02-191-0/+14
* Allow CONFIG_foo COMPARISON-OP CONFIG_bar in preprocessor conditionals.Mark Wielaard2010-02-191-2/+26
* Allow CONFIG_foo COMPARISON-OP number in preprocessor conditionals.Mark Wielaard2010-02-191-12/+31
* PR11195: Prevent all nested argument substitutionJosh Stone2010-01-191-30/+36
* PR10747: check invalid preprocessor constructWenji Huang2010-01-121-2/+18
* PR11038 Trailing semicolon as null-statement confusing.Mark Wielaard2009-12-211-13/+22
* PR10877: Give token* to each component instead of each probe_pointCharley Wang2009-11-101-4/+4
* Consolidate print_format creationJosh Stone2009-10-131-12/+1
* PR10257: Add support for sprint[ln](@hist_*).Przemyslaw Pawelczyk2009-10-131-1/+2
* parse: fix CONFIG_ matching typoFrank Ch. Eigler2009-10-131-1/+1
* PR10702: preprocessor conditional for kernel CONFIG_fooFrank Ch. Eigler2009-10-081-3/+20
* Unify lex_cast* and avoid string copiesJosh Stone2009-09-021-3/+2
* Support || and && in preprocessor's conditions.Przemyslaw Pawelczyk2009-08-281-16/+30
* PR2049: support arbitrary $target-array indexingJosh Stone2009-08-031-3/+6
* Make a real type for target_symbol->componentsJosh Stone2009-07-311-9/+8
* Refactor parser for target_symbol->componentsJosh Stone2009-07-311-42/+30
* PR5930: Address-op for $target and @cast membersJosh Stone2009-07-151-0/+12
* Fix source_loc ostream operator << representation.Mark Wielaard2009-07-101-1/+1
* Remove the filename copy from token->locationJosh Stone2009-07-091-17/+11
* Optimize string usage in the lexerJosh Stone2009-07-091-108/+95
* Allow @cast on "struct " and "union " (by ignoring them).Mark Wielaard2009-03-191-0/+6
* Bump copyright years to 2009Josh Stone2009-02-181-1/+1
* Add high-level support for @cast()ingJosh Stone2009-02-181-1/+48
* Add Vim modelines for GNU style in stapJosh Stone2009-01-281-0/+1
* PR5376: probe alias parsing tweaksFrank Ch. Eigler2008-11-281-0/+4
* Display source context for error and warning messages (6701)Rajan Arora2008-10-091-3/+27
* parser/scanner speedupFrank Ch. Eigler2008-09-101-16/+19
* trailing whitespace removal, as approved by emacsFrank Ch. Eigler2008-08-281-81/+81
* PR6470: new argv[] tapset, docs, test casesFrank Ch. Eigler2008-06-101-13/+9
* PR6470: fix preprocessor construct nesting/expansion logicFrank Ch. Eigler2008-06-101-46/+78
* PR6470: fix %( number OP number %? .... %) logicFrank Ch. Eigler2008-06-101-30/+38
* PR 5955 - Accept ; terminated globalsAnanth N Mavinakayanahalli2008-05-141-0/+3
* PR5792: wildcard support for %( kernel/arch %) preprocessor operandsfche2008-02-261-16/+40
* 2007-12-12 Wenji Huang <wenji.huang@oracle.com>wenji2007-12-121-2/+2
* 2007-12-03 Masami Hiramatsu <mhiramat@redhat.com>hiramatu2007-12-031-37/+18
* 2007-11-20 Masami Hiramatsu <mhiramat@redhat.com>hiramatu2007-11-201-0/+18
* PR 3887: sufficient+optional probe pointsfche2007-11-201-3/+5
* 2007-11-12 Martin Hunt <hunt@redhat.com>hunt2007-11-121-2/+3
* 2007-09-12 Frank Ch. Eigler <fche@elastic.org>fche2007-09-131-1/+1
* 2007-09-12 Martin Hunt <hunt@redhat.com>hunt2007-09-121-22/+30
* 2007-08-16 Josh Stone <joshua.i.stone@intel.com>jistone2007-08-171-29/+46
* 2007-08-07 Frank Ch. Eigler <fche@redhat.com>fche2007-08-081-81/+111