// Copyright 2015 The go-ethereum Authors // This file is part of the go-ethereum library. // // The go-ethereum library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // The go-ethereum library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public License // along with the go-ethereum library. If not, see . package trie import ( "fmt" "github.com/ethereum/go-ethereum/common" ) // MissingNodeError is returned by the trie functions (TryGet, TryUpdate, TryDelete) // in the case where a trie node is not present in the local database. Contains // information necessary for retrieving the missing node through an ODR service. // // NodeHash is the hash of the missing node // // RootHash is the original root of the trie that contains the node // // Key is a binary-encoded key that contains the prefix that leads to the first // missing node and optionally a suffix that hints on which further nodes should // also be retrieved // // PrefixLen is the nibble length of the key prefix that leads from the root to // the missing node // // SuffixLen is the nibble length of the remaining part of the key that hints on // which further nodes should also be retrieved (can be zero when there are no // such hints in the error message) type MissingNodeError struct { RootHash, NodeHash common.Hash Key []byte PrefixLen, SuffixLen int } func (err *MissingNodeError) Error() string { return fmt.Sprintf("Missing trie node %064x", err.NodeHash) } '>2018Q3 FreeBSD Ports (https://github.com/freebsd/freebsd-ports)
aboutsummaryrefslogtreecommitdiffstats
path: root/korean
Commit message (Expand)AuthorAgeFilesLines
* Update about Hangul CID fontsSatoshi Taoka2000-02-037-11/+72
* - Use Baekmukfonts-bdf instead of hanyang fonts.Steve Price2000-01-302-4/+10
* Adding ko-baekmukfonts-ttf version 2.0.Steve Price2000-01-3011-0/+890
* Update to use hpdj version 2.6.Steve Price2000-01-304-12/+12
* Update to version 2.0.Steve Price2000-01-303-62/+59
* Update to version 1.0.4.Steve Price2000-01-307-8/+48
* Bump freetype's lib numberJustin M. Seger1999-11-252-2/+2
* Handle the Gulim font correctly.Steve Price1999-11-012-0/+5
* Update to version 0.5.2.Steve Price1999-11-013-5/+5
* Use updated imlib library.Yukihiro Nakai1999-10-081-1/+1
* Put 'clean' in ALL_TARGET before 'all' to remove stale object files thatSteve Price1999-09-201-0/+2
* Enforce random pkg/COMMENT rules, including the one that states EmacsTim Vanderhoek1999-09-181-1/+1
* Resolve many 301 Moved Permanently URLs in DESCR.Bill Fenner1999-09-183-3/+3
* Change a master-site.SADA Kenji1999-09-101-1/+1
* Upgrade to 1.1.SADA Kenji1999-09-102-5/+6
* Updated MASTER_SITESSatoshi Taoka1999-09-081-1/+2
* Updated to 0.2Satoshi Taoka1999-09-063-5/+6
* Updated the distfileSatoshi Taoka1999-09-063-2/+3
* Change MASTER_SITES to freefall.SADA Kenji1999-09-061-1/+1
* Add Freefall to MASTER_SITES.SADA Kenji1999-09-061-1/+2
* Still not quite sure what the 'trick' is, but do it in pre-extract insteadSteve Price1999-09-061-1/+1
* Typo (baekmuk-bdf -> baekmukfonts-bdf).Satoshi Asami1999-09-041-1/+1
* Upgrade to p17.SADA Kenji1999-09-043-5/+5
* Move MASTERSITE.SADA Kenji1999-09-041-1/+1
* Upgrade to 3.1.3 .SADA Kenji1999-09-042-3/+3
* Upgrade to 2.1.SADA Kenji1999-09-046-31/+41
* PS fonts of Korean TeX system.SADA Kenji1999-09-045-137/+486
* Unbroke.SADA Kenji1999-09-0415-994/+563
* Activate baekmuk-bdf, hlatex-wansungstd, hlatexfonts-ocf,SADA Kenji1999-09-041-1/+5
* Korean TeX system.SADA Kenji1999-09-0410-0/+2070
* 2 set of Korean PS fonts, for use of Netscape or others.SADA Kenji1999-09-045-0/+257
* New Free BDF fonts collection for Korean.SADA Kenji1999-09-045-0/+116
* Korean PS fonts set.SADA Kenji1999-09-037-0/+126
* Upgrade to 0.4.1 .SADA Kenji1999-09-015-31/+54
* $Id$ -> $FreeBSD$Peter Wemm1999-08-3048-48/+48
* Caps, no period.Tim Vanderhoek1999-08-301-1/+1
* expr -> ${EXPR}Michael Haro1999-08-281-2/+2
* ln -> ${LN}Michael Haro1999-08-284-11/+11
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-281-2/+2
* Added byeorooSatoshi Taoka1999-08-251-1/+2
* Korean X11 Input MethodSatoshi Taoka1999-08-255-0/+67
* Added etermSatoshi Taoka1999-08-251-1/+2
* Eterm supported KoreanSatoshi Taoka1999-08-259-0/+2272
* Added bitchxSatoshi Taoka1999-08-251-1/+2
* An alternative BitchX client patched for korean.Satoshi Taoka1999-08-255-0/+51
* Added amiSatoshi Taoka1999-08-251-1/+2
* Just another Korean X11 Input MethodSatoshi Taoka1999-08-256-0/+59
* Update to 3.1.2Satoshi Taoka1999-08-253-11/+10
* Import korean/netscape46-communicator/navigator.SADA Kenji1999-08-2523-521/+575
* Mark as BROKEN: just repo.copied, not usable now.SADA Kenji1999-08-252-2/+6
* awk -> ${AWK}Michael Haro1999-08-234-9/+9
* chmod -> ${CHMOD}Michael Haro1999-08-233-7/+7
* Fix typo: XF86config -> XF86ConfigSADA Kenji1999-08-235-10/+10
* Update to distfiles dated 1999.7.20Satoshi Taoka1999-08-124-6/+6
* - Add a second master site to back up the current one (sharedChris Piazza1999-07-228-19/+22
* Make port depend on linux_base instead of linux_lib.Marcel Moolenaar1999-07-212-5/+5
* Fix build for ELF.Steve Price1999-07-051-1/+8
* Remove trailing spaces, and any periods that were hidden by them.Tim Vanderhoek1999-06-281-1/+1
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-273-3/+3
* Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek1999-06-2715-15/+15
* This doesn't build on the Alpha.Steve Price1999-06-231-1/+3
* Added acroread-korfontSatoshi Taoka1999-06-171-1/+2
* Asian Font Packs for Acrobat Reader 4.0 (for Korean)Satoshi Taoka1999-06-1710-0/+50
* Add engdic.Steve Price1999-06-091-1/+2
* Initial import of the ko-engdic port version 0.1.Steve Price1999-06-095-0/+55
* Remove the test to create ${PREFIX}/share/info/dir as it is nowMichael Haro1999-06-062-5/+1
* s,/usr/local,${PREFIX},Michael Haro1999-06-06