- 04 Ock, 2012 24 kayıt (commit)
-
-
Eike Rathke yazdı
-
Eike Rathke yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
We used to patch in a simple "b" instruction with a relative offset that has to fit in 24(+2) bits. Which was not enough in practice. Now patch in a "ldr pc, [pc, #-4]" instead which loads PC from the next word; in ARM code PC cotains the address of the executing instruction + 8), and put the full address of the replacement code into the next word.
-
Tor Lillqvist yazdı
-
Cédric Bosdonnat yazdı
-
Michael Stahl yazdı
-
Philipp Weissenbacher yazdı
-
Brad Sowden yazdı
Remove SvStrings definition and obsolete #defines.
-
Brad Sowden yazdı
Remove unused variables.
-
Brad Sowden yazdı
------ With the for loop below Insert(x,nPos) was previously applied but nPos is initialised to the end of vector and is always incremented in every loop iteration i.e. Insert(x,nPos) is effectively a push_back(x). Agree? In "short SvxNumberFormatShell::FillEListWithUserCurrencys(....)" Also get rid of SvxDelStrgs (variant of SvStrings)
-
Brad Sowden yazdı
Remove a function contained in unusedcode.easy that includes SvStrings.
-
Brad Sowden yazdı
-
Olivier Hallot yazdı
-
Michael Stahl yazdı
-
Stephan Bergmann yazdı
-
Stephan Bergmann yazdı
-
Andras Timar yazdı
-
Andras Timar yazdı
-
David Tardon yazdı
-
David Tardon yazdı
-
David Tardon yazdı
-
Kohei Yoshida yazdı
By 'reference jump feature' I mean Ctrl-[ and Ctrl-].
-
- 03 Ock, 2012 16 kayıt (commit)
-
-
Olivier Hallot yazdı
This patch fixes fdo 44280 [GUI] wrong position of 'Adding extension...' at Extension Manager dialog Added some comments to help in hacking
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
Fix some off-by-one style errors, add a new lo_apk_lstat() function, and (temporarily) add some debugging logging.
-
Tor Lillqvist yazdı
-
Julien Nabet yazdı
-
Kohei Yoshida yazdı
Regression from 3.3.x. Import of tab-delimited csv documents containing multi-line cells were unfortunately broken with my fix for handling malformed csv documents. The intent was to break out of the loop only when a tab character is encountered before the closing quote is encountered, but the old code would break out whenever a tab character is encountered even outside the quotes. This commit fixes it.
-
Andras Timar yazdı
-
Andras Timar yazdı
-
Andras Timar yazdı
-
Mateusz Zasuwik yazdı
-
Brad Sowden yazdı
-
Brad Sowden yazdı
-
Brad Sowden yazdı
-
Marcel Metz yazdı
this patch removes the unused (according to OpenGrok) GetIsoFallback function from the tools module.
-
Stephan Bergmann yazdı
-