0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 14 hours ago.
Feb 12, 2025 — Feb 12, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Open a new context inside blocks More... almost 13 years ago
Don't install the whole documentation directory More... almost 13 years ago
Updated the documentation/builtins.rb file More... almost 13 years ago
Don't print a return value in the builtins.rb file if this is nil More... almost 13 years ago
Don't set a return value for the 'new' method in classes More... almost 13 years ago
Add a return value in each of the methods in the builtins file More... almost 13 years ago
Append a '\'' or a '"' if needed when auto-completing a require item More... almost 13 years ago
More on the lex_strterm More... almost 13 years ago
Don't forget to set to null the lex_strterm attributes after freeing them More... almost 13 years ago
Updated the ClassType class so it now uses the new KDevHash class from KDevPlatform More... almost 13 years ago
Don't forget to close the file in the retrieve_source function More... almost 13 years ago
Update the column attribute when parsing a comment More... almost 13 years ago
Don't offer code completion inside comments More... almost 13 years ago
Fixed a regression on retrieving documentation comments More... almost 13 years ago
Looks like we finally need the unrecoverable attribute in the parser_t struct More... almost 13 years ago
Added some fancy macros for disposing nodes related to yyerrors More... almost 13 years ago
Free all the nodes from Bison's stacks when an error has been found More... almost 13 years ago
Call the ruby-parser with valgrind properly in the tools/holy.rb script. More... almost 13 years ago
Fixed the parser from leaking when it fails at parsing strings More... almost 13 years ago
Added a script that allows us to call valgrind more easily. More... almost 13 years ago
Fixed weird handling of multiple strings More... almost 13 years ago
Fixing another memory leak More... almost 13 years ago
Fixed memory leak when parsing a non-valid heredoc identifier. More... almost 13 years ago
Prevent a memory leak with the last comment More... almost 13 years ago
Fixed memory leak on the opt_rescue rule More... almost 13 years ago
Make valgrind stop complaining about uninitialized values More... almost 13 years ago
Improved the documentation of the parser More... almost 13 years ago
Added warnings for ambiguous arguments. More... almost 13 years ago
Polishing More... almost 13 years ago
Allow the anonymous kwrest_mark in the arguments list More... almost 13 years ago