summaryrefslogtreecommitdiffstats
path: root/www/seamonkey/files/patch-uriloader_exthandler_unix_nsGNOMERegistry.cpp
blob: 7f8e55f536dfb862d4ceea85b348fb228455b5ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--- uriloader/exthandler/unix/nsGNOMERegistry.cpp.orig  Fri Dec 24 04:30:00 2004
+++ uriloader/exthandler/unix/nsGNOMERegistry.cpp   Fri Dec 24 04:34:05 2004
@@ -143,7 +143,7 @@
     PR_END_MACRO
 
   // Attempt to open libgconf
-  gconfLib = LoadVersionedLibrary("gconf-2", ".4");
+  gconfLib = PR_LoadLibrary("libgconf-2.so");
   ENSURE_LIB(gconfLib);
 
   GET_LIB_FUNCTION(gconf, gconf_client_get_default);
@@ -151,7 +151,7 @@
   GET_LIB_FUNCTION(gconf, gconf_client_get_bool);
 
   // Attempt to open libgnome
-  gnomeLib = LoadVersionedLibrary("gnome-2", ".0");
+  gnomeLib = PR_LoadLibrary("libgnome-2.so");
   ENSURE_LIB(gnomeLib);
 
   GET_LIB_FUNCTION(gnome, gnome_url_show);
@@ -160,7 +160,7 @@
   GET_LIB_FUNCTION(gnome, gnome_program_get);
 
   // Attempt to open libgnomevfs
-  vfsLib = LoadVersionedLibrary("gnomevfs-2", ".0");
+  vfsLib = PR_LoadLibrary("libgnomevfs-2.so");
   ENSURE_LIB(vfsLib);
 
   GET_LIB_FUNCTION(vfs, gnome_vfs_mime_type_from_name);
ron4/files/mixin-deep-1.3.2&id=6b2c0c02eb45f97742aca0e97a2b2af1dd47a870'>commitdiffstats
path: root/math/ntl
917'>Explicitly skip TransactionTests/tt10mbDataField.json
Commit message (Expand)AuthorAgeFilesLines
* math/ntl: Update to 11.2.1swills2018-08-163-25/+259
* When there is a do-install target, do not use a post-install target, domat2016-07-191-1/+1
* Reset ports maintained by bf@ until he has time again to work on them.rene2016-06-281-1/+1
Gustav Simonsson2015-04-232-6/+3
|
* Add test wrapper for VMTests/vmInputLimits1.jsonGustav Simonsson2015-04-231-0/+5
|
* Further fixes to block test wrapperGustav Simonsson2015-04-212-47/+182
| | | | | | | | | | | | * Move go test wrapper for block tests from cmd/geth to tests * Fix logic for when tests are valid or not, by adding correct validations for expected valid/invalid blocks * Change block insertion helper to work on single blocks * Add one test case for each file in BlockTests and comment out the tests which are currently failing * Add Skip call in all block tests in lieu of performance fixes around ethash cache which are needed before it will be fast enough to start / stop the node between each test
* Add block tests wrapper and fixes for tx testsGustav Simonsson2015-04-202-65/+90
| | | | | | | | | * Add fixes to parsing and converting of fields in tx tests * Correct logic in tx tests; validation of fields and correct logic for when RLP decoding works/fails and when this is expected or not * Rename files for consistency * Add block tests wrapper to run block tests with go test
* tests: hopefully improve test conversion helpersFelix Lange2015-04-192-30/+35
| | | | (cherry picked from commit 035a30acbefb5eeadc1fc8dbd567775d5688f8a9)
* cmd/geth, tests: enable running multiple tests from a single fileFelix Lange2015-04-191-9/+40
| | | | | | | | This commit also changes the block test loading so tests containing invalid RLP blocks can be loaded and return an error only when they are run. (cherry picked from commit 898ba87984791249586b97c9ce340dd087b79d67)
* Fixes for TransactionTestsGustav Simonsson2015-04-163-41/+53
| | | | | | | | | * Include tests which now has consistent HEX encodings * Comment out two failing tests: " "TransactionWithHihghNonce" due to wrong nonce size "TransactionWithSvalueHigh" due to wrong ECDSA s range * Cleanup conversion functions and fix expected encodings for tests validation fields
* Update JSON testsGustav Simonsson2015-04-1638-207/+4177
|
* Enable more tx tests by expecting most common encoding of valuesGustav Simonsson2015-04-102-15/+8
|
* Remove unneeded map assignments for working tx RLP testsGustav Simonsson2015-04-101-7/+0
|
* Add TransactionTests wrapped as Go testsGustav Simonsson2015-04-103-3/+211
| | | | | | | | | * Add initial go wrapping for TransactionTests with some tests disabled in lieu of consistent HEX encodings and a few other pending bugfixes * TODO: Consider better way of perhaps modelling each test in the JSON files as a single Go test, instead of one Go test per JSON file
* Update JSON test filesGustav Simonsson2015-04-1071-1165836/+18331
|
* Fixed tests to reflect log changesobscuren2015-04-092-17/+17
|
* Block header changed & console miner controlobscuren2015-04-061-1/+1
| | | | | | * miner control moved to `admin.miner` * miner option to set extra data * block extra now bytes
* basic glogobscuren2015-04-041-7/+8
|
* Merge commit 'f6bd4b16e38f9cacd57b57befdeeaed789a473c4' into developobscuren2015-04-031-651/+781
|
* fixed stack levelobscuren2015-04-031-0/+28
|
* Merge commit '812cbff1a28d89b44a0c8c5a210ac61c7e19da35' into developobscuren2015-04-0328-23/+1939
|
* Removed old (unused) argumentobscuren2015-04-022-2/+2
|
* Merge commit '4e3ffbcf9bae7e44e45fd1b6e504b3645040d73c' into developobscuren2015-04-011-0/+71
|
* Merge commit 'f801183b8bea24ce9988fbd06c2f17fedfc3587f' into developobscuren2015-04-015-6/+231
|
* Blocktest fixed, Execution fixedobscuren2015-04-011-7/+6
| | | | | | * Added new CreateAccount method which properly overwrites previous accounts (excluding balance) * Fixed block tests (100% success)
* Merge commit 'ec181b308addc30c04973e9058960d579c84eef5' into developobscuren2015-03-3110-91/+701
|
* Merge commit 'a718515b3d43f00497231f981b5ea757b71d55ff' into developobscuren2015-03-261-0/+11
|
* Cleaned up changesobscuren2015-03-241-2/+2
|
* Modified according to poc 9 changesobscuren2015-03-242-3/+8
| | | | * Refund of value
* Merge commit '24066dca4646c8a376aa5dfbceec0a4b3f872c11' into developobscuren2015-03-2471-6350/+3223
|
* Merge commit '58c6cc8fd7ff8a27004ed62d912e0a61ae1b73bb' into developobscuren2015-03-2439-3403/+5526
|
* removed legacy codeobscuren2015-03-241-2/+1
|
* fix ethtest loggingzelig2015-03-241-1/+1
|
* moved state and vm to coreobscuren2015-03-233-4/+4
|
* Fix new types for blocktests and comment out non-working log level setterGustav Simonsson2015-03-231-4/+4
|
* gofmtGustav Simonsson2015-03-231-4/+2
|
* Add validation of post state accounts to block testsGustav Simonsson2015-03-231-4/+31
|
* Merge branch 'develop' into conversionobscuren2015-03-203-1253/+4053
|\
| * Merge commit 'f144a95940a5df0809bb028eef7b337125423602' into developobscuren2015-03-203-1253/+4053
| |
* | Merge branch 'develop' into conversionobscuren2015-03-19399-1150/+32143
|\|
| * Merge commit '85fa3790ac9f67232f0e31e7f861c66ef0e0047e' into developobscuren2015-03-19399-1150/+32143
| |
* | conversionsobscuren2015-03-181-5/+4
| |
* | Fixed tests and bloomobscuren2015-03-181-8/+18
| |
* | bloomobscuren2015-03-171-10/+15
| |
* | Fixed VM & Tests w/ conversionobscuren2015-03-172-8/+2
| |
* | Merge branch 'develop' into conversionobscuren2015-03-17121-960/+12698
|\| | | | | | | | | Conflicts: common/types.go
| * Merge commit 'dffaa678f966f87dcd011671a16b554b29a37549' into developobscuren2015-03-17121-960/+12698
| |
* | fixed toobscuren2015-03-172-50/+65
| |
* | updated blockpoolobscuren2015-03-171-14/+41
|/
* Moved ethutil => commonobscuren2015-03-164-39/+39
|
* mergeobscuren2015-03-151-0/+240
|\
| * tests: add helper functions for block testsFelix Lange2015-03-141-0/+240
| |
* | Changed context and ADDMOD, MULMODobscuren2015-03-131-1/+1
| | | | | | | | | | * Cleaned up VM execution. VM run now takes a context * ADDMOD/MULMOD - removed incorrect cast
* | Merge commit '6051345bc9ab8ccf74a49c43342771e0c2cba588' into developobscuren2015-03-1314-0/+1003
| |
* | Removed some of that gas pre pay magicobscuren2015-03-131-2/+1
| |
* | Merge commit '3ff7a627d1921be0aeacdd8eb2853ba4537487eb' into developobscuren2015-03-131-0/+71
| |
* | run all testobscuren2015-03-131-6/+0
| |
* | fixed ethtestobscuren2015-03-131-0/+6
| |
* | Merge commit '412e8b0e377bd89fc8fc858bd09c89deee805c1e' into developobscuren2015-03-1316-3/+932
|/
* Merge commit '92c6150199395eea6c9893b631cc990e3ff72a33' into developobscuren2015-03-1223-421/+2568256
|
* Merge branch origin/develop into accounts-integrationFelix Lange2015-03-111-7/+0
|\ | | | | | | | | | | | | Conflicts: cmd/blocktest/main.go cmd/mist/debugger.go cmd/utils/cmd.go
| * reworked stackobscuren2015-03-101-6/+0
| |
| * wipobscuren2015-03-101-7/+6
| |
* | cmd/evm, core, ethdb, state, tests/helper: remove ReadConfig callsFelix Lange2015-03-101-3/+0
|/
* Merge commit '3deb470b2d07d28040a381722022cdf8867a829a' into poc-9obscuren2015-03-096-1080/+1890
|
* Updated tests and fixed suicideobscuren2015-03-091-0/+8
|
* Merge commit 'c1cafb56d5da57a44f1d766c5299f11664b93921' into poc-9obscuren2015-03-0911-1893/+1150
|
* Merge commit 'e2c75b0fa17394553b93fe7ddd62c0f6a6441119' into poc-9obscuren2015-03-083-4/+723
|
* Merge commit '4e8a9a1cd4a10370fc4a888af0fb2def6f1b961b' into poc-9obscuren2015-03-0635-3914/+18363
|
* mergeobscuren2015-03-061-4/+0
|\
| * Fix VM tests not checkedPaweł Bylica2015-03-051-4/+0
| |
* | GasLimit check updatedobscuren2015-03-041-0/+5
| |
* | Fixed error for invalid transactionobscuren2015-03-032-5/+5
| |
* | Merge commit 'a6e04ab05150d1b5aa4adb297f3e5146b1559b02' into poc-9obscuren2015-03-0313-135/+378
| |
* | Merge commit '42a210b571b9358df16da148d9724c2ef9abbca5' into poc-9obscuren2015-03-0312-289/+457
| |
* | Merge commit 'd9d40888ce9498b25925ccbf1447b1f62597aa2f' into poc-9obscuren2015-03-0312-459/+291
| |
* | Merge commit '0867e4fae96c0b0d234f1710119a129f8b0d96f7' into poc-9obscuren2015-03-0314-330/+312
| |
* | Updated gast costsobscuren2015-03-031-3/+11
| |
* | Merge commit '4659b51b50394c596f0548eb53390c80ba96e392' into poc-9obscuren2015-03-0311-8233/+168
| |
* | wupobscuren2015-03-031-7/+10
| |
* | Merge commit 'b7ec9fbb0e49e345a8a2566226a76d50b48266a7' into poc-9obscuren2015-03-037-89/+273
| |
* | Delet => Deleteobscuren2015-03-031-8/+15
| |
* | Fixed test helperobscuren2015-03-032-4/+4
| |
* | Redone rlpobscuren2015-03-031-1/+1
| |
* | Merge commit 'd0354b844028220b31f55c2cdbe9d4cc546d4b52' into poc-9obscuren2015-03-0320-552/+5276
| |
* | quad memobscuren2015-03-032-7/+26
| |
* | Merge commit '41c9dc973d2dc8614db6c1e3dbb2ec5564935368' into poc-9obscuren2015-03-039-150/+150
| |
* | updated testsobscuren2015-03-031-13/+25
| |
* | Add 'tests/files/' from commit 'ce7204fa17560f6a76c7592bf5f23d29f22042d6'obscuren2015-03-0274-0/+46739
| | | | | | | | | | | | git-subtree-dir: tests/files git-subtree-mainline: 4f3f881c9be0b590e6e28fda295257e8d15d5f02 git-subtree-split: ce7204fa17560f6a76c7592bf5f23d29f22042d6
* | removed testsobscuren2015-03-02