# WSDL4R - Base definitions. # Copyright (C) 2000, 2001, 2003 NAKAMURA, Hiroshi . # This program is copyrighted free software by NAKAMURA, Hiroshi. You can # redistribute it and/or modify it under the same terms of Ruby's license; # either the dual license version in 2003, or any later version. require 'xsd/qname' module WSDL Version = '0.0.2' Namespace = 'http://schemas.xmlsoap.org/wsdl/' SOAPBindingNamespace ='http://schemas.xmlsoap.org/wsdl/soap/' class Error < StandardError; end end type='hidden' name='id' value='6f4bb638b0182613ca3a4b482a4e31bbb78d0fe4'/> The Ruby Programming Language
summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)Author
2024-02-12Adjust styles [ci skip]Nobuyoshi Nakada
2024-02-12Burn default ASAN options into the built RubyKJ Tsanaktsidis
2023-03-01Enable DEBUG_LOG feature on USE_RUBY_DEBUG_LOGKoichi Sasada
2022-07-12Check only whether `RUBY_DEVEL` is definedNobuyoshi Nakada
2022-05-24[WASM] System initialization has no stack rewinding code to AsyncifyNobuyoshi Nakada
2022-05-23Make internal function `rb_main` staticNobuyoshi Nakada
2022-01-19[wasm] add asyncify based setjmp, fiber, register scan emulationYuta Saito
2021-01-05stdlib.h is always included in include/ruby/defines.hNobuyoshi Nakada
2019-08-08main.c: Add doxygen mainpageYusuke Endoh
2017-06-30main.c: RUBY_DEBUG_ENV in develnobu
2017-05-15define RUBY_DEBUG_ENV only for main.cnobu
2012-11-20* include/ruby/debug.h: introdudced.ko1
2012-07-09* include/ruby/ruby.h: Removed RUBY_GLOBAL_SETUP complely. It iskosaki
2010-11-01* main.c: <stdlib.h> is needed, to introduce the getenv(3)shyouhei