- 21 Ara, 2011 23 kayıt (commit)
-
-
August Sodora yazdı
This reverts commit 070eff8c.
-
Matúš Kukan yazdı
-
August Sodora yazdı
-
Caolán McNamara yazdı
This reverts commit 92f39673.
-
Caolán McNamara yazdı
This reverts commit d00fc0e2.
-
Caolán McNamara yazdı
so that make inside an source ./Env.Host.sh environment works the same as make outside that env
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
The ones which use a definite 8-bit encoding read/write pascal-style strings with a 16bit length prefix. The ones which use a definite 16-bit encoding read/write pascal-style UTF-16 strings with a 32bit length prefix, i.e. not ByteStrings at all The "I dunno" ones might be UTF-16 strings or 8-bit strings, depending on the charset. Rename to ReadUniOrByteString like the other similar horrors to flag this misery
-
Caolán McNamara yazdı
Nobody ever used the return values anyway, so for reading just return the string and for writing the number of bytes written Doesn't need to be members, make standalone functions Rename to read_lenPrefixed_uInt8s_ToO[U]String and write_lenPrefixed_uInt8s_FromO[U]String, lengthy, but much less unambiguous, seeing as a lot of users of it don't seem to be aware that they read/write pascal-style length prefixed strings, which isn't surprising given the apparent simplicity of their original name. added a unit test
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
WriteLine just writes a line of text, WriteByteString writes a 16bit length of following content. It can't make sense to suddenly stick a pascal-style string in at the end of a file that's otherwise plain text. original git id that introduced the use of WriteByteString here was ea76474a back in 2002 Perhaps this worked because partial strings never ended up as trailing content, so only ever had an empty string as the final partial string, so a 0x0000 got appended, as opposed to a newline, so it appeared to do the right thing.
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
and as a side effect we can simplify, because argument is never NULL and return is never used
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Olivier Hallot yazdı
Part XII Module dbaccess
-
Olivier Hallot yazdı
Part XIII Module desktop
-
Markus Mohrhard yazdı
-
Markus Mohrhard yazdı
-
Markus Mohrhard yazdı
-
- 20 Ara, 2011 17 kayıt (commit)
-
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Matúš Kukan yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
August Sodora yazdı
-
August Sodora yazdı
-
August Sodora yazdı
-
Mateusz Zasuwik yazdı
-
August Sodora yazdı
-
Petr Mladek yazdı
-
Petr Mladek yazdı
also use icon names *3.5* instead of *35*; this version is used on another locations as well; it allows to reuse the UNIXBASISROOTNAME variable that is substituted by the installer
-
Petr Mladek yazdı
-
Noel Grandin yazdı
(with very few tweaks by the committer)
-
Michael Meeks yazdı
This reverts commit 5260bf5e.
-