aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-config.h
blob: 9ba17b78d7c36b476ae146d4d7be1cfa5f8a4279 (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
30
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
/* e-shell-config.h
 *
 * Copyright (C) 2002 Ximian, Inc.
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of version 2 of the GNU General Public
 * License as published by the Free Software Foundation.
 *
 * This program 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
 * General Public License for more details.
 *
 * You should have received a copy of the GNU General Public
 * License along with this program; if not, write to the
 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 * Boston, MA 02111-1307, USA.
 */

#ifndef E_SHELL_CONFIG_H
#define E_SHELL_CONFIG_H

#include "e-shell.h"

#include <glib.h>

gboolean e_shell_config_factory_register (EShell *shell);

#endif
/span>/+82 | * Add a test case for a RETURNDATACOPY from an overrunning rangeYoichi Hirai2017-05-241-0/+82 | * Updated the opcodes of RETURNDATA instructionsYoichi Hirai2017-05-243-5/+5 | * Add a test for RETURNDATACOPY following a successful CALLYoichi Hirai2017-05-241-4/+8 | * WIP: hand-assembling this code seems like too much workYoichi Hirai2017-05-241-0/+79 | * Add a test case about RETURNDATASIZE returning zero after initializationYoichi Hirai2017-05-241-0/+75 | * Fallback on the hex code while lllc implements RETURNDATACOPYYoichi Hirai2017-05-241-0/+1 | * The LLL code should be in bracesYoichi Hirai2017-05-241-1/+1 | * Rename Filter.json into Filler.jsonYoichi Hirai2017-05-241-0/+0 | * Fix LLLYoichi Hirai2017-05-241-1/+1 | * Change the code into LLLYoichi Hirai2017-05-241-1/+1 | * Renaming a filter file with a suffix Filter.jsonYoichi Hirai2017-05-241-0/+0 | * Add a test filter for RETURNDATACOPY initially copying zerosYoichi Hirai2017-05-241-0/+74 * | move tests with blockhash from state to blockchainDimitry2017-06-0297-8521/+0 * | make blockhash state test only as blockchain testsDimitry2017-06-0297-98/+108 * | more staticcall testsDimitry2017-06-01415-25112/+4806 * | update static testsDimitry2017-05-2389-121/+8479 * | generate finished tests for staticcallDimitry2017-05-236-96/+20 * | move unprepared staticcall tests to subfolderDimitry2017-05-23321-236/+188 * | update static call testsDimitry2017-05-2312-59/+117 * | update staticcall fillersDimitry2017-05-2326-165/+1198 * | update static call testsDimitry2017-05-237-33/+388 * | update static call fillersDimitry2017-05-2369-1619/+708 * | templates for staticcall testsDimitry2017-05-23764-0/+72315 |/ * Close a string literalYoichi Hirai2017-05-191-1/+1 * Merge pull request #158 from ethereum/modexpwinsvega2017-04-251-0/+225 |\ | * modexp testsDimitry2017-04-251-3/+7 | * modexp testsDimitry2017-04-251-0/+221 * | replace code as solidity no longer compiles this codeDimitry2017-04-252-2/+4 |/ * remove blockhash testsDimitry2017-04-195-310/+0 * refill and fix tests with all fields 0xDimitry2017-04-194-16/+16 * replace SUICIDE with SELFDESTRUCTDimitry2017-04-19105-122/+122 * correct zeroSigOOG test to touch nullsender accountDimitry2017-04-181-2/+38 * Merge branch 'zeroTransaction' into developDimitry2017-04-118-0/+762 |\ | * zeroSig Transaction state testsDimitry2017-03-298-51/+227 | * zeroSig transaction test fillersDimitry2017-03-237-0/+586 * | REVERT test case:Dimitry2017-04-041-26/+19 * | Merge pull request #149 from ethereum/revertTestswinsvega2017-04-038-2/+1315 |\ \ | |/ |/| | * refill revert testsDimitry2017-03-244-82/+24 | * more revert testsDimitry2017-03-242-0/+635 | * revert opcode test fillersDimitry2017-03-227-77/+630 | * Failing test for REVERT opcode (temporary, to check if travis gets the rigght...Andrei Maiboroda2017-03-221-0/+64 | * Simple tests for REVERT opcodeAndrei Maiboroda2017-03-222-0/+119 * | remote zeroSigTransaction testsDimitry2017-03-237-586/+0 * | zeroSig Transaction test fillersDimitry2017-03-228-3/+610 |/ * paringTest filler for zeroKnowledgeDimitry2017-03-081-0/+159 * zeroKnowledge ECDSA function testsDimitry2017-03-063-0/+1256 * more revert tests with precompiledDimitry2017-03-033-0/+405 * snark ADD testFillerDimitry2017-03-022-60/+203 * zkSnark fillerDimitry2017-03-021-0/+60 * special case with precompiled forkDimitry2017-02-281-1/+11 * tx with OOG at block 2675119Dimitry2017-02-281-0/+61 * deployment error testDimitry2017-02-161-0/+51 * new testsDimitry2017-02-158-0/+660 * replace "Frontier", "Homestead", "EIP150", "EIP158" with "ALL"Dimitry2017-02-15271-275/+275 * update general state tests fillers to suite blockchainDimitry2017-02-10984-3093/+3082 * corrected random test fillers for blockchainDimitry2017-02-10643-2093/+2120 * name the random state tests inside .json fileDimitry2017-02-03