summaryrefslogtreecommitdiff
path: root/internal/loadpath.h
blob: b3a85e7b41b445b285330348f661a29f04bdec67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef INTERNAL_LOADPATH_H                              /*-*-C-*-vi:se ft=c:*/
#define INTERNAL_LOADPATH_H
/**
 * @author     Ruby developers <ruby-core@ruby-lang.org>
 * @copyright  This  file  is   a  part  of  the   programming  language  Ruby.
 *             Permission  is hereby  granted,  to  either redistribute  and/or
 *             modify this file, provided that  the conditions mentioned in the
 *             file COPYING are met.  Consult the file for details.
 * @brief      Internal header for $LOAD_PATH.
 */

/* loadpath.c */
extern const char ruby_exec_prefix[];
extern const char ruby_initial_load_paths[];

#endif /* INTERNAL_LOADPATH_H */
8b10a4bfc1aa501c9ac2c64841'>Improve performance some Float methods [Feature #17498] (#4018)S.H 2020-12-19Add documentation for Ractor (#3895)Victor Shepelev 2020-06-20Make Integer#zero? a separated method and builtin (#3226)Takashi Kokubun 2020-04-06Moved `Dir.open` and `Dir#initialize` to dir.rbNobuyoshi Nakada 2020-03-17support builtin for Kernel#cloneS.H 2020-02-12Add array.rb to .documentS-H-GAMELINKS 2020-01-15NEWS.md: converted from NEWSYusuke Endoh 2019-12-24Added warning.rb to .documentNobuyoshi Nakada 2019-11-08Rubified the APIs of pack.cYusuke Endoh 2019-11-08use builtins for GC.Koichi Sasada 2019-11-08Define IO#read/write_nonblock with builtins.Koichi Sasada 2019-11-08use builtin for RubyVM::AbstractSyntaxTree.Koichi Sasada 2019-11-08use builtin for TracePoint.Koichi Sasada 2018-12-01Include LEGAL in .document [ci skip]nobu 2018-04-12[DOC] Add win32/README.win32 to .documentkazu 2018-04-10Try to fix some broken linkskazu 2017-09-01Exclude Changelog files from documentation.hsbt 2017-04-23Document parse.y instead of ext/ripper/ripper.cnobu 2016-09-14* .document: [DOC] add rbconfig. [ci skip]sho-h 2015-03-25* .document: removed needless entries.hsbt 2015-01-18README files renamednobu 2013-01-16* .document: Removed extra spacedrbrain 2012-12-11* common.mk: Added --pages-dir to rdoc creation. Now doc/ items showdrbrain 2012-12-04* .document: Added ChangeLog and doc/ChangeLog-* as documentationdrbrain 2012-12-03* .document: Add NEWS for `ri ruby:NEWS`drbrain 2012-11-27* .document: Add README's to be included with docszzak