Skip to main content
summaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2003-11-20updated.Alain Magloire1-0/+9
2003-11-20implement returning the linenumber of an offset.Alain Magloire2-9/+79
2003-11-20Bug fix, the Arrays.binarySearch() return theAlain Magloire2-6/+14
2003-11-20Provide a way to give the linenumber from the offsetAlain Magloire1-0/+1
2003-11-20updated.Alain Magloire1-0/+5
2003-11-20Use JDK 1.3 methods.Alain Magloire1-2/+2
2003-11-20Patch for Andrew Niefer. John Camelon16-1441/+1764
2003-11-19Addr2line returns "??" when it does not find a filename.Alain Magloire1-0/+5
2003-11-19clean the cache only if changedAlain Magloire1-3/+10
2003-11-19updated.Alain Magloire1-0/+8
2003-11-19Do not load the symbols right awayAlain Magloire2-6/+28
2003-11-19Catch the Info in the IBinaryAlain Magloire1-41/+72
2003-11-19Completion Engine WorkHoda Amer4-4/+185
2003-11-18Attempt to address performance problem in the IBinaryParserAlain Magloire21-99/+287
2003-11-17Test number 3 of the commit log.Doug Schaefer1-0/+3
2003-11-17Another test of the commit logs.Doug Schaefer1-3/+0
2003-11-17Testing the CVS logging capability.Doug Schaefer1-0/+3
2003-11-14Fixed bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=46685David Inglis2-2/+12
2003-11-13Fixed #46431David Inglis2-10/+15
2003-11-13Patch for Sean Evoy:Doug Schaefer2-12/+9
2003-11-13Bug Fixes for the complete AST factoryHoda Amer10-252/+546
2003-11-13Implemented the AIX feature.Doug Schaefer3-7/+8
2003-11-11Patch for BogdanHoda Amer4-61/+114
2003-11-10Built the shared libraries for AIX.Doug Schaefer2-0/+0
2003-11-10Fix for AndrewHoda Amer4-12/+9
2003-11-07COREJohn Camelon6-7/+34
2003-11-06Fix the compile order of the jar files.Doug Schaefer1-0/+2
2003-11-06Fix for 45835 also changed binary runner control to stop running when project...David Inglis3-45/+89
2003-11-06Removed one last remainder of core.model.Util in parser to unbreak 2.0 build.John Camelon3-7/+11
2003-11-06*** empty log message ***David Inglis1-0/+7
2003-11-06further imporovements for https://bugs.eclipse.org/bugs/show_bug.cgi?id=45736David Inglis1-9/+15
2003-11-06fixed problem with not getting line no. all the timeDavid Inglis1-9/+13
2003-11-06COREJohn Camelon8-10/+224
2003-11-05COREJohn Camelon37-138/+459
2003-11-05Make the parser source folder a separate jar.Doug Schaefer3-3/+5
2003-11-05COREJohn Camelon51-2436/+1145
2003-11-03Added initial code assist/parser interface.John Camelon44-2/+410
2003-11-03Patch for Andrew NieferJohn Camelon9-2/+114
2003-10-30Fix for 45734 & 45736David Inglis2-17/+27
2003-10-29updated.Alain Magloire1-0/+9
2003-10-29Change the scop of some fields.Alain Magloire1-2/+2
2003-10-29When releasing cProjects also releaseAlain Magloire1-0/+11
2003-10-28updated.Alain Magloire1-0/+9
2003-10-28getFileForLocation() does not work well when dealingAlain Magloire1-5/+26
2003-10-27Patch for Bogda Gheorghe: (44366 & 45324)Doug Schaefer19-595/+819
2003-10-27Merged 1.2 fixes into HEAD. Includes:Doug Schaefer7-9/+115
2003-10-27updated.Alain Magloire1-0/+17
2003-10-27added method for implementing firing events whenAlain Magloire12-22/+316
2003-10-24COREJohn Camelon8-29/+223
2003-10-24COREJohn Camelon33-179/+884

Back to the top