index
:
riscv-gnu-toolchain/qemu/dtc.git
main
master
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
srcpos.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-08
dtc: pos parameter to srcpos_string() can't be NULL
David Gibson
1
-1
/
+1
2016-07-13
Remove unused srcpos_dump() function
David Gibson
1
-15
/
+0
2016-05-25
Use xasprintf() in srcpos
David Gibson
1
-12
/
+8
2014-06-19
Open binary files in binary mode
Andrei Errapart
1
-1
/
+1
2014-01-25
dtc: avoid shadowing dirname()
Florian Fainelli
1
-2
/
+2
2014-01-01
Make srcpos_{v,}error() more widely useful
David Gibson
1
-6
/
+6
2014-01-01
Fix memory leak in srcpos_verror()
David Gibson
1
-1
/
+3
2014-01-01
Fix indentation of srcpos_verror()
David Gibson
1
-5
/
+5
2014-01-01
Fix typo in type of srcpos_verror() et al.
David Gibson
1
-2
/
+2
2014-01-01
Remove unused srcpos_warn() function
David Gibson
1
-17
/
+0
2013-10-28
Use stdbool more widely
David Gibson
1
-2
/
+2
2012-10-16
dtc: srcpos_verror() should print to stderr
Michael Ellerman
1
-3
/
+3
2012-09-28
dtc: cpp co-existence: add support for #line directives
Stephen Warren
1
-0
/
+6
2012-03-18
dtc: Add -i option to support search paths
Simon Glass
1
-7
/
+85
2012-01-13
dtc: Implement -d option to write out a dependency file
Stephen Warren
1
-0
/
+4
2010-10-20
Create new and use new print_error that uses printf style formatting.
John Bonesio
1
-8
/
+13
2010-01-14
dtc: Cleanup YYLTYPE and YYLLOC_DEFAULT declarations
David Gibson
1
-11
/
+11
2010-01-14
dtc: Cleanup srcpos_string()
David Gibson
1
-29
/
+16
2010-01-14
dtc: Cleanup line number tracking, add column number tracking
David Gibson
1
-1
/
+32
2010-01-14
dtc: Simpler interface to source file management
David Gibson
1
-83
/
+68
2008-10-03
Enhance source position implementation.
Jon Loeliger
1
-9
/
+133
2008-10-03
Implement and use an xstrdup() function
Jon Loeliger
1
-2
/
+2
2008-03-23
dtc: Make dtc_open_file() die() if unable to open requested file
David Gibson
1
-7
/
+4
2008-01-11
Remove const from dtc_file::dir.
Scott Wood
1
-2
/
+2
2008-01-07
Convert malloc() uses to xmalloc().
Scott Wood
1
-9
/
+3
2008-01-07
Handle absolute pathnames correctly in dtc_open_file.
Scott Wood
1
-0
/
+12
2008-01-04
Look for include files in the directory of the including file.
Scott Wood
1
-59
/
+67
2007-03-26
DTC: Add support for a C-like #include "file" mechanism.
Jon Loeliger
1
-0
/
+105