aboutsummaryrefslogtreecommitdiffstats
path: root/lang/p5-Tcl
ModeNameSize
-rw-r--r--Makefile498logstatsplainblame
-rw-r--r--distinfo55logstatsplainblame
d---------files36logstatsplain
-rw-r--r--pkg-comment33logstatsplainblame
-rw-r--r--pkg-descr1148logstatsplainblame
-rw-r--r--pkg-plist309logstatsplainblame
rify variable names for artifact mod timesF. Eugene Aumson2018-08-171-6/+6 | * | | flatten out interface to verifyAndPersist* methodF. Eugene Aumson2018-08-171-6/+6 | * | | clarify iteration rangeF. Eugene Aumson2018-08-171-1/+2 | * | | scrap comments in favor of self-documentationF. Eugene Aumson2018-08-171-3/+2 | * | | declare contractData before adding to mapF. Eugene Aumson2018-08-171-2/+3 | * | | change `return Promise<void>` to `await...`F. Eugene Aumson2018-08-171-1/+1 | * | | consolidate binPaths... ref's into fullSolcVersionF. Eugene Aumson2018-08-171-2/+2 | * | | extract method _shouldCompile()F. Eugene Aumson2018-08-161-13/+12 | * | | clarify recompilation testsF. Eugene Aumson2018-08-161-6/+8 | * | | change .rejectedWith(error) to .rejected()F. Eugene Aumson2018-08-161-1/+1 | * | | follow chai_setup patternF. Eugene Aumson2018-08-163-2/+16 | * | | renamed variable `compiled` to `compilerOutput`F. Eugene Aumson2018-08-161-6/+6 | * | | use `for...of _.keys` instead of `for...in`F. Eugene Aumson2018-08-161-5/+1 | * | | raise error for unknown compiler versionF. Eugene Aumson2018-08-161-0/+3 | * | | commentsF. Eugene Aumson2018-08-161-0/+3 | * | | remedy missing *IfExists identifier suffixF. Eugene Aumson2018-08-161-6/+3 | * | | extract interfaces for re-used complex data typesF. Eugene Aumson2018-08-161-23/+28 | * | | move getSolcAsync to static private methodF. Eugene Aumson2018-08-161-23/+23 | * | | rename variable inputsByVersion to versionToInputsF. Eugene Aumson2018-08-161-8/+8 | * | | move getSolcAsync to static private methodF. Eugene Aumson2018-08-161-25/+24 | * | | Update changelogF. Eugene Aumson2018-08-151-0/+10 | * | | test compilerF. Eugene Aumson2018-08-154-12/+82 | * | | simplify method interfaceF. Eugene Aumson2018-08-151-8/+12 | * | | simplify method parameterF. Eugene Aumson2018-08-151-6/+4 | * | | corrected whitespace (no functional changes)F. Eugene Aumson2018-08-151-39/+41 | * | | compile contracts in batchesF. Eugene Aumson2018-08-151-31/+70 | * | | extract method _verifyAndPersistCompilationAsync()F. Eugene Aumson2018-08-151-1/+18 | * | | extract method _compile()F. Eugene Aumson2018-08-151-24/+27 | * | | extract function getSolcAsync()F. Eugene Aumson2018-08-151-18/+25 * | | | Merge pull request #970 from 0xProject/dependabot/npm_and_yarn/copy-webpack-p...dependabot[bot]2018-08-171-4/+4 |\ \ \ \ | |_|/ / |/| | | | * | | Bump copy-webpack-plugin from 4.5.1 to 4.5.2dependabot[bot]2018-08-171-4/+4 |/ / / * | | Merge pull request #928 from 0xProject/dependabot/npm_and_yarn/copyfiles-2.0.0Fabio Berger2018-08-1729-45/+30 |\ \ \ | |_|/ |/| | | * | Bump copyfiles from 1.2.0 to 2.0.0dependabot[bot]2018-08-1529-45/+30 * | | Merge pull request #959 from 0xProject/bug/order-utils/rounding-error-small-m...Jacob Evans2018-08-1610-65/+232 |\ \ \ | * | | Rename OrderAlreadyCancelledOrFilled -> OrderCancelled.Jacob Evans2018-08-165-37/+40 | * | | [Order-utils] Order is valid when maker amount is very smallJacob Evans2018-08-158-31/+195 |/ / / * | | Merge pull request #954 from 0xProject/refactor/order-utils/market-utils-apiBrandon Millman2018-08-154-94/+131 |\ \ \ | |/ / |/| | | * | Merge branch 'development' into refactor/order-utils/market-utils-apiBrandon Millman2018-08-152-36/+45 | |\ \ | |/ / |/| | * | | Merge pull request #920 from 0xProject/dependabot/npm_and_yarn/@types/fetch-m...Fabio Berger2018-08-152-36/+45 |\ \ \ | * | | Bump @types/fetch-mock from 5.12.2 to 6.0.3dependabot[bot]2018-08-142-36/+45 | | |/ | |/| | | * Merge branch 'development' into refactor/order-utils/market-utils-apiBrandon Millman2018-08-1539-44/+282 | | |\ | |_|/ |/| | * | | Merge pull request #953 from 0xProject/feature/order-utils/order-sorting-utilsBrandon Millman2018-08-156-0/+230 |\ \ \ | * | | Update sortingUtils to support Order and SignedOrderBrandon Millman2018-08-141-44/+26 | * | | Change rateUtils to use OrderBrandon Millman2018-08-141-20/+20 | * | | Updated CHANGELOGBrandon Millman2018-08-101-0/+4 | * | | Fix lint errorsBrandon Millman2018-08-104-11/+6 | * | | Update tests for optional feeRateBrandon Millman2018-08-102-3/+14 | * | | Make feeRate optional with a default of 0Brandon Millman2018-08-103-10/+13 | * | | Add tests for sortingUtilsBrandon Millman2018-08-102-1/+66 | * | | Implement sorting utilsBrandon Millman2018-08-102-0/+70 | * | | Add tests for rateUtilsBrandon Millman2018-08-101-0/+55 | * | | Implement rate utilsBrandon Millman2018-08-102-0/+45 * | | | Merge pull request #966 from 0xProject/feature/typescript-3.0.1Alex Browne2018-08-1531-33/+33 |\ \ \ \ | |_|/ / |/| | | | * | | feat: Upgrade TypeScript to 3.0.1Alex Browne2018-08-1531-33/+33 * | | | Merge pull request #964 from 0xProject/feature/sra-api/add-defaultsFrancesco Agosti2018-08-143-6/+9 |\ \ \ \ | |/ / / |/| | | | * | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into f...fragosti2018-08-1489-415/+667 | |\ \ \ | |/ / / |/| | | | * | | Add defaults for networkId and paginationfragosti2018-08-144-7/+10 | | | * Make marketUtils interface compatible with Order and SignedOrderBrandon Millman2018-08-142-42/+42 | | | * Update CHANGELOGBrandon Millman2018-08-141-0/+5 | | | * Remove remaining amounts that are now defaults in testsBrandon Millman2018-08-141-36/+1 | | | * Update marketUtils apiBrandon Millman2018-08-143-63/+125 | |_|/ |/| | * | | PublishAlex Browne2018-08-1432-280/+269 * | | Updated CHANGELOGSAlex Browne2018-08-1457-135/+398 |/ / * | fix(0x.js, order-utils): Fix CHANGELOG.json versionsAlex Browne2018-08-142-16/+6 * | Run publish/installation tests in CircleCI (#951)Alex Browne2018-08-144-46/+134 * | Merge pull request #932 from 0xProject/fix-ganache-forkFabio Berger2018-08-145-12/+7 |\ \ | * | Move to depFabio Berger2018-07-311-1/+1 | * | Remove outdated parts of DockerfileFabio Berger2018-07-311-5/+0 | * | Fix github dep to point to branchFabio Berger2018-07-313-6/+6 * | | Merge pull request #914 from 0xProject/feature/0x.js/ec-signature-stringJacob Evans2018-08-1413-140/+225 |\ \ \ | * | | Update version numbers.Jacob Evans2018-08-145-10/+12 | * | | Rename from SignerProviderType.EthSign to SignerType.DefaultJacob Evans2018-08-119-115/+116 | * | | Update Changelogs. Rebased from developmentJacob Evans2018-08-095-11/+35 | * | | Update jsdocJacob Evans2018-08-092-5/+5 | * | | Introduce SignerProviderTypeJacob Evans2018-08-0911-118/+176 * | | | Merge pull request #958 from 0xProject/feature/sra-api/camel-case-everythingFrancesco Agosti2018-08-1411-38/+58 |\ \ \ \ | * | | | Ignore api.json in prettierfragosti2018-08-142-1044/+2 | * | | | apply prettierfragosti2018-08-142-4/+1047 | * | | | Enforce camelCase for all parameters and change the way the site is deployed ...fragosti2018-08-1110-35/+54 * | | | | fix(sol-compiler, sol-resolver): Bug where sol-resolver tried to read a direc...Alex Browne2018-08-144-1/+7 * | | | | Merge pull request #955 from feuGeneA/patch-6Fabio Berger2018-08-141-5/+5 |\ \ \ \ \ | * | | | | a to-do list should be in the imperative moodF. Eugene Aumson2018-08-101-5/+5 | |/ / / / * | | | | Merge pull request #938 from 0xProject/sol-cov-fixesFabio Berger2018-08-1410-22/+162 |\ \ \ \ \ | |/ / / / |/| | | | | * | | | Merge branch 'sol-cov-fixes' of github.com:0xProject/0x-monorepo into sol-cov...Fabio Berger2018-08-14