aboutsummaryrefslogtreecommitdiffstats
path: root/src/files_map.adb
Commit message (Collapse)AuthorAgeFilesLines
* files_map: get rid of global Nam_Buffer use.Tristan Gingold2018-01-181-29/+25
|
* files_map: improve Debug_Source_Files output.Tristan Gingold2017-12-211-1/+7
|
* files_map.adb: check for too large file.Tristan Gingold2017-11-131-4/+17
| | | | Improve output of #456
* files_map: rename Load_Source_File to Read_Source_File.Tristan Gingold2017-10-051-3/+3
|
* Minor refactoring to simplify interfacing.Tristan Gingold2017-10-031-18/+52
|
* Add subprograms in Files_Map and Name_Table for interfacing.Tristan Gingold2017-10-021-8/+29
| | | | Renames Fat_String_Acc to Thin_String_Ptr.
* files_map: add debug_source_loc.Tristan Gingold2017-09-251-5/+14
|
* Add extract_expanded_line.Tristan Gingold2017-03-151-0/+68
|
* Add Tab_Stop variable.Tristan Gingold2017-03-141-2/+3
| | | | For #314
* Do not crash on empty file.Tristan Gingold2017-03-091-3/+9
| | | | Fix #309
* Library: unload library file after parsing it.Tristan Gingold2017-02-131-21/+34
|
* files_map: fix crash in Debug_Source_FileTristan Gingold2017-02-121-4/+10
|
* Create a pseudo source file for instantiation.Tristan Gingold2016-09-201-76/+223
|
* files_map: use unsigned type for source_ptr and location_type.Tristan Gingold2016-09-191-99/+101
|
* Reimplement table package (used instead of GNAT.Table).Tristan Gingold2015-09-101-4/+3
|
* files_map: add normalize_pathnameTristan Gingold2015-06-021-0/+31
|
* Change library format: now store file checksum instead of file time stamp.Tristan Gingold2015-05-131-59/+54
| | | | For ticket 48.
* Remove Get_File_Time_Stamp for a filename.Tristan Gingold2015-05-131-16/+1
| | | | Preliminary work for ticket 48.
* Rename Get_Location_Str to Image.Tristan Gingold2015-05-091-0/+27
|
* Rename name_table.name_buffer and name_length to avoid clash.Tristan Gingold2014-12-311-8/+8
|
* Rework string literals: store literals position.Tristan Gingold2014-12-291-51/+60
|
* Fix style.Tristan Gingold2014-12-151-4/+2
|
* Move sources to src/ subdirectory.Tristan Gingold2014-11-041-0/+857