- 21 Tem, 2013 2 kayıt (commit)
-
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
- 19 Tem, 2013 2 kayıt (commit)
-
-
Colomban Wendling yazdı
Import upstream CTags fix for parsing Verilog initalizers (fixes parsing of test bug2747828.v).
-
Colomban Wendling yazdı
Import upstream CTags fix for proper reinitialization of the ObjectiveC parser, fixing parsing after the first call.
-
- 18 Tem, 2013 2 kayıt (commit)
-
-
elextr yazdı
C++ member pointers use the syntax ->* so the scope autocomplete list was showing after -> then disappearing when * was typed. Fixes #907 h.
-
elextr yazdı
A quick check seemed to show Scintilla does not check the minimum value is positive, so just check here to be safe and log message if it fails.
-
- 16 Tem, 2013 1 kayıt (commit)
-
-
Colomban Wendling yazdı
Spotted by Daniel Marjamäki, thanks.
-
- 15 Tem, 2013 5 kayıt (commit)
-
-
Yosef Or Boczko yazdı
Signed-off-by:
Frank Lanitz <frank@frank.uvena.de>
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Alexander Eberspächer yazdı
-
Alexander Eberspächer yazdı
Cython allows the use NumPy arrays on a C level. In that context, a typical return type declaration could be e.g. "cpdef numpy.ndarray[dtype=double, ndim=1] name". This now generates a tag for the function. Previously, the equal sign prevented that.
-
- 14 Tem, 2013 4 kayıt (commit)
-
-
Colomban Wendling yazdı
Bit-wise operation is inappropriate here because `c` might be negative, since EOF is generally represented as -1. Since -1 is stored as all bits at 1 on most common architectures, the test will evaluate to true, hence entering an infinite loop.
-
Yosef Or Boczko yazdı
Signed-off-by:
Frank Lanitz <frank@frank.uvena.de>
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
See CSharp Language Specification 14.1.
-
- 13 Tem, 2013 2 kayıt (commit)
-
-
Colomban Wendling yazdı
Spotted by clang --analyze.
-
Colomban Wendling yazdı
Use g_set_error() instead of doing it manually and forgetting to check whether the pointer is NULL or not before dereferencing it. Spotted by clang --analyze.
-
- 12 Tem, 2013 1 kayıt (commit)
-
-
Colomban Wendling yazdı
The test suite uses a LOG_COMPILER, which requires the parallel-tests Automake test driver which is the default only since version 1.13, so explicitly enable it so it is used by earlier versions too. Moreover, the parallel-tests test diver was introduced by Automake 1.11, as was the option, so we need to depend on it too. It was released 2009-05-17, which is 2 months after GTK 2.16, the minimum GTK version we depend on (2009-03-13). If this is a problem, we could also rework the Automake test layout to use the older and a little deprecated serial-tests test driver that is the historical one.
-
- 08 Tem, 2013 1 kayıt (commit)
-
-
Asier Iturralde Sarasola yazdı
Signed-off-by:
Frank Lanitz <flanitz@bgc-jena.mpg.de>
-
- 03 Tem, 2013 8 kayıt (commit)
-
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
- 26 Haz, 2013 4 kayıt (commit)
-
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
elextr yazdı
Explain operation of tabs and spaces setting. Explain relation of autoindent settings and indentation type. Add note regarding filetypes to match braces.
-
- 25 Haz, 2013 1 kayıt (commit)
-
-
Colomban Wendling yazdı
I forgot to add the files in 32074064, oops.
-
- 24 Haz, 2013 7 kayıt (commit)
-
-
Yosef Or Boczko yazdı
-
John Long yazdı
-
Edwin Lee yazdı
Updated Fortran file extensions to include f08 (Fortran 2008) and all the preprocessor Fortran extensions.
-
Colomban Wendling yazdı
Closes PR#145 and PR#146 by cherry-picking their commits.
-
Colomban Wendling yazdı
Test file from Alexander Eberspächer.
-
Alexander Eberspächer yazdı
Add a keyword for procedure pointers and treat declarations such as 'procedure(subprogram_to_point_to), pointer :: my_pointer' just like declarations of a real or integer variable.
-
Colomban Wendling yazdı
Test file from Alexander Eberspächer.
-