- 28 Kas, 2012 32 kayıt (commit)
-
-
Norbert Thiebaud yazdı
Change-Id: I7e107c37c43a8c9d868b579a2c389de558594a77
-
Norbert Thiebaud yazdı
Change-Id: Ib4d9175ce4661140a147962b8f45be40f800d85a
-
Norbert Thiebaud yazdı
Change-Id: Ifcdca197bd2f99a9dddacd82e77ec07d18519a23
-
Norbert Thiebaud yazdı
Change-Id: I3c445a20e2c8d17c4fc68360dd896d902be46e56
-
Norbert Thiebaud yazdı
Change-Id: I9979927af016f0b782ae9481a6207649f6455558
-
Norbert Thiebaud yazdı
Change-Id: I53e5e60f59739bdcedb6e7b13006850e0e5b22c0
-
Norbert Thiebaud yazdı
Change-Id: I364b1ac36f999f4309b3aab2ef0c55ff2147ef43
-
Norbert Thiebaud yazdı
plus convert GetKeyWord() and GetStandardName and some more zforlist implementation conversion Change-Id: I64abe35a4875d84518a1904ef3121269b79a6df0
-
Norbert Thiebaud yazdı
Change-Id: Iacd7a20a49c40b6f4db07a14a17cc6301eeb086d
-
Norbert Thiebaud yazdı
Change-Id: I85d7fd7733814c60a048a7f87d43fbcbb83b0eb0
-
Norbert Thiebaud yazdı
Change-Id: I9766872069ef5c2ee740dcbd8ac288aa8063a752
-
Norbert Thiebaud yazdı
Change-Id: Idc7379daf25a226622e5599124df2ab68b98902a
-
Norbert Thiebaud yazdı
Change-Id: I83f7794a3cc413c7720ad605a22c00efe966e1a5
-
Norbert Thiebaud yazdı
Change-Id: Ie498b7603cd493b00698c2fa1858ba9a77832ea3
-
Norbert Thiebaud yazdı
Change-Id: Ib6c6d1a31b037b6e687b063257a9dc813ff3be91
-
Norbert Thiebaud yazdı
Change-Id: I03aa6278ee3cbbb85ffa9cbe5437493dbc7e463b
-
Norbert Thiebaud yazdı
Change-Id: I07d379c9a38a60b5950ff4e2970e46f18cac2de2
-
Norbert Thiebaud yazdı
the original code was converting one character at the time from whatever codepage of the input stream to unicode just to be able to substitute the 'euro' character that apparently is somehow not converted properly (why this is hacked here rather than fixed in the code page converted is another story) the change consist in translating the 'native' euro character in whatever the converter think it should be, then converting the whole string at once to Unicode and finally replace the 'bad' euro character representation with the the 'good' one. This turn the allocation pattern for O(N) to O(1) where N is the length of the string. Change-Id: Ie7ffeb813346953f539cf6dc34b43f890d8b970f
-
Norbert Thiebaud yazdı
Change-Id: Ib849ffb115f7501d90dd56356c56c90edf9fd5e0
-
Norbert Thiebaud yazdı
Change-Id: Ie7cb50605d9e1e1a21d50a962bdc9b9880c8d06a
-
Norbert Thiebaud yazdı
Change-Id: Ie4ab10b81897ac32228dc1267b3da00250ff82ea
-
Norbert Thiebaud yazdı
Change-Id: Ia865ef3859bb120578e2d92a866ddadbeaa943df
-
Norbert Thiebaud yazdı
Change-Id: I95cd8e97044cd5a65500d3a674995f417c4f2e29
-
Norbert Thiebaud yazdı
Change-Id: Ideb89b8ced5c3ac2b07a7e270b90e92beef02aad
-
Norbert Thiebaud yazdı
Change-Id: Ife0fbb28ba2686a9a251757e109f2ac451296192
-
Norbert Thiebaud yazdı
Change-Id: I8d9e0d01642c04ca7742b68e8926b3966418f841
-
Norbert Thiebaud yazdı
Change-Id: I5a7d5fb1da268a3a3506a02f1735107666f02d92
-
Xisco Fauli yazdı
Change-Id: I617a4ca3d5dbc1494d26e12c3bbdc59e85995ce2
-
Xisco Fauli yazdı
Change-Id: I899cab320edb3712b17e339b0931a0deed4425e8
-
Xisco Fauli yazdı
Change-Id: Iadc5088b1e95fec0ae34c35cf650e9d53ceb6bf4
-
Xisco Fauli yazdı
Change-Id: Iea0036eef5d978aa227ba5ff297969f7a44ed3ab
-
Xisco Fauli yazdı
Change-Id: I7952deeae094ae6d7c44fe4351225434d70e5c52
-
- 27 Kas, 2012 8 kayıt (commit)
-
-
Peter Jentsch yazdı
Change-Id: I90bd2a8d5f788350f8f2bc8c443776e6598624b4
-
Matúš Kukan yazdı
Change-Id: I26a464a6b1a22997eac52706cb2d4b10c2bad443
-
Caolán McNamara yazdı
Change-Id: I1a2bba922d583b9f38bb6617d46c4fc0874f4844
-
Caolán McNamara yazdı
Change-Id: I95b8c28a5f7ad7de8b51096fb44f98b48042ca8a
-
Matúš Kukan yazdı
Change-Id: I3bee487c9c5aa72b2236f076b28ee65cf76ac0dd
-
Matúš Kukan yazdı
..and add few fixes, like: * use 'set -o pipefail' to fail meaningfully * include download.lst at the end of config_host.mk * MOZ_ZIP_* do not have md5sum, do not check for it Change-Id: I23759aa2f5fdd55b662588fdb0a31568a686aef7
-
Matúš Kukan yazdı
Change-Id: I21fc00bd0b5acfd81e378d2e3c0ceb976b8f2a4e
-
Matúš Kukan yazdı
- this is needed for packaging, so that all possible tarballs can be available in the complete source package Do not define tarball names in configure. Move the variables into download.lst, which is going to be included in config_host.mk. We already have conditions for getting tarballs in Makefile.fetch. Change-Id: I160aff6426a253814eea07d2467e4942478f653a
-